#2D9591

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

Shades of Java #2D9591

Tints of Java #2D9591

Color information

#2D9591 (or 0x2D9591) is unknown color: approx Java. HEX triplet: 2D, 95 and 91. RGB value is (45,149,145). Sum of RGB (Red+Green+Blue) = 45+149+145=339 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.27% from 339); Green value is 149 (58.59% from 255 or 43.95% from 339); Blue value is 145 (57.03% from 255 or 42.77% from 339); Max value from RGB is 149 - color contains mainly: green. Hex color #2D9591 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D9591 is #D26A6E. Grayscale: #757575. Windows color (decimal): -13789807 or 9540909. OLE color: 9540909.

HSL color Cylindrical-coordinate representation of color #2D9591: hue angle of 177.69º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2D9591 is Cyan = 0.70, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB45149145-
CMYK0.7000.030.42
HSL177.69º53.61%38.04%-
HSV(B)177.69º69.8%58.43%-
XYZ16.9424.130.55-
YUV117.45143.5476.33-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.27%
GREEN value IS 149 (58.59% from 255) = 43.95%
BLUE value IS 145 (57.03% from 255) = 42.77%
R=13.27%
G=43.95%
B=42.77%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal451491450.7000.030.42177.6953.6138.04
Hex2D959146032Ab23626
Octal5522522110603522626646
Binary1011011001010110010001100011001110101010110010110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D9591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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