#2B8D94

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

Shades of Java #2B8D94

Tints of Java #2B8D94

Color information

#2B8D94 (or 0x2B8D94) is unknown color: approx Java. HEX triplet: 2B, 8D and 94. RGB value is (43,141,148). Sum of RGB (Red+Green+Blue) = 43+141+148=332 (43% of max value = 765). Red value is 43 (17.19% from 255 or 12.95% from 332); Green value is 141 (55.47% from 255 or 42.47% from 332); Blue value is 148 (58.20% from 255 or 44.58% from 332); Max value from RGB is 148 - color contains mainly: blue. Hex color #2B8D94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B8D94 is #D4726B. Grayscale: #707070. Windows color (decimal): -13922924 or 9735467. OLE color: 9735467.

HSL color Cylindrical-coordinate representation of color #2B8D94: hue angle of 184º 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 #2B8D94 is Cyan = 0.71, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB43141148-
CMYK0.710.0500.42
HSL184º54.97%37.45%-
HSV(B)184º70.95%58.04%-
XYZ15.8721.731.37-
YUV112.5148.0378.43-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.95%
GREEN value IS 141 (55.47% from 255) = 42.47%
BLUE value IS 148 (58.20% from 255) = 44.58%
R=12.95%
G=42.47%
B=44.58%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal431411480.710.0500.4218454.9737.45
Hex2B8D9447502Ab83725
Octal5321522410750522706745
Binary10101110001101100101001000111101010101010111000110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B8D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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