#2D9F95

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

Shades of Java #2D9F95

Tints of Java #2D9F95

Color information

#2D9F95 (or 0x2D9F95) is unknown color: approx Java. HEX triplet: 2D, 9F and 95. RGB value is (45,159,149). Sum of RGB (Red+Green+Blue) = 45+159+149=353 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.75% from 353); Green value is 159 (62.5% from 255 or 45.04% from 353); Blue value is 149 (58.59% from 255 or 42.21% from 353); Max value from RGB is 159 - color contains mainly: green. Hex color #2D9F95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D9F95 is #D2606A. Grayscale: #7B7B7B. Windows color (decimal): -13787243 or 9805613. OLE color: 9805613.

HSL color Cylindrical-coordinate representation of color #2D9F95: hue angle of 174.74º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2D9F95 is Cyan = 0.72, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB45159149-
CMYK0.7200.060.38
HSL174.74º55.88%40%-
HSV(B)174.74º71.7%62.35%-
XYZ18.9127.5232.75-
YUV123.77142.2371.81-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 12.75%
GREEN value IS 159 (62.5% from 255) = 45.04%
BLUE value IS 149 (58.59% from 255) = 42.21%
R=12.75%
G=45.04%
B=42.21%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal451591490.7200.060.38174.7455.8840
Hex2D9F95480626af3828
Octal5523722511006462577050
Binary10110110011111100101011001000011010011010101111111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D9F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,159,149); }

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

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

 a { background-color: rgb(45,159,149); }

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

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

 span { border-color: rgb(45,159,149); }

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