#2B9C94

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

Shades of Java #2B9C94

Tints of Java #2B9C94

Color information

#2B9C94 (or 0x2B9C94) is unknown color: approx Java. HEX triplet: 2B, 9C and 94. RGB value is (43,156,148). Sum of RGB (Red+Green+Blue) = 43+156+148=347 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.39% from 347); Green value is 156 (61.33% from 255 or 44.96% from 347); Blue value is 148 (58.20% from 255 or 42.65% from 347); Max value from RGB is 156 - color contains mainly: green. Hex color #2B9C94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B9C94 is #D4636B. Grayscale: #797979. Windows color (decimal): -13919084 or 9739307. OLE color: 9739307.

HSL color Cylindrical-coordinate representation of color #2B9C94: hue angle of 175.75º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B9C94 is Cyan = 0.72, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.39.

Color convert

RGB43156148-
CMYK0.7200.050.39
HSL175.75º56.78%39.02%-
HSV(B)175.75º72.44%61.18%-
XYZ18.2326.4332.16-
YUV121.3143.0672.15-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.39%
GREEN value IS 156 (61.33% from 255) = 44.96%
BLUE value IS 148 (58.20% from 255) = 42.65%
R=12.39%
G=44.96%
B=42.65%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal431561480.7200.050.39175.7556.7839.02
Hex2B9C94480527b03927
Octal5323422411005472607147
Binary10101110011100100101001001000010110011110110000111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B9C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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