#2B9491

Color #2B9491 Java (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Java #2B9491

Tints of Java #2B9491

Color information

#2B9491 (or 0x2B9491) is unknown color: approx Java. HEX triplet: 2B, 94 and 91. RGB value is (43,148,145). Sum of RGB (Red+Green+Blue) = 43+148+145=336 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.80% from 336); Green value is 148 (58.20% from 255 or 44.05% from 336); Blue value is 145 (57.03% from 255 or 43.15% from 336); Max value from RGB is 148 - color contains mainly: green. Hex color #2B9491 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B9491 is #D46B6E. Grayscale: #747474. Windows color (decimal): -13921135 or 9540651. OLE color: 9540651.

HSL color Cylindrical-coordinate representation of color #2B9491: hue angle of 178.29º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B9491 is Cyan = 0.71, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB43148145-
CMYK0.7100.020.42
HSL178.29º54.97%37.45%-
HSV(B)178.29º70.95%58.04%-
XYZ16.723.7430.49-
YUV116.26144.2175.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 43 (17.19% from 255) = 12.80%
GREEN value IS 148 (58.20% from 255) = 44.05%
BLUE value IS 145 (57.03% from 255) = 43.15%
R=12.80%
G=44.05%
B=43.15%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal431481450.7100.020.42178.2954.9737.45
Hex2B949147022Ab23725
Octal5322422110702522626745
Binary1010111001010010010001100011101010101010110010110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B9491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B9491; }

 p { color: rgb(43,148,145); }

 H1.HeaderClassName
 {
   color: #2B9491;
 }
 .AnyTagClassName
 {
   color: #2B9491;
 }
</style>
background-color css

<style>
 a { background-color: #2B9491; }

 a { background-color: rgb(43,148,145); }

 div.DivClassName
 {
   background-color: #2B9491;
 }
 .BgClassName
 {
   background-color: #2B9491;
 }
</style>
border-color css

<style>
 span { border-color: #2B9491; }

 span { border-color: rgb(43,148,145); }

 td.TdClassName
 {
   border-color: #2B9491;
 }
 .TagClassName
 {
   border-color: #2B9491;
 }
</style>