Html Css Color HEX #2D9589 Java

📋 copy color: '#2D9589'

red 45 ◦ green 149 ◦ blue 137

#2D9589
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Java #2D9589

Tints of Java #2D9589

RGB

 RED value IS 45 (17.97% from 255) = 13.6%

 GREEN value IS 149 (58.59% from 255) = 45.02%

 BLUE value IS 137 (53.91% from 255) = 41.39%

R = 13.6%
G = 45.02%
B = 41.39%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#2D9589 (or 0x2D9589) is known color: Java. HEX triplet: 2D, 95 and 89. RGB value is (45,149,137). Sum of RGB (Red+Green+Blue) = 45+149+137=331 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.60% from 331); Green value is 149 (58.59% from 255 or 45.02% from 331); Blue value is 137 (53.91% from 255 or 41.39% from 331); Max value from RGB is 149 - color contains mainly: green. Hex color #2D9589 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D9589 is #D26A76. Grayscale: #747474. Windows color (decimal): -13789815 or 9016621. OLE color: 9016621.

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

Color convert

RGB 45 149 137 -
CMYK 0.70 0 0.08 0.42
HSL 173.08º 0.54% 0.38% -
HSV(B) 173.08º 0.7% 0.58% -
XYZ 16.34 23.86 27.41 -
YUV 116.54 139.54 76.98 -
System Red Green Blue C M Y K H S L
Decimal 45 149 137 0.70 0 0.08 0.42 173.08 0.54 0.38
Hex 2D 95 89 46 0 8 2A AD 36 26
Octal 55 225 211 106 0 10 52 255 66 46
Binary 101101 10010101 10001001 1000110 0 1000 101010 10101101 110110 100110

Color Harmonies of #2D9589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D9589

Black with #2D9589

Text Example


Text Example

White with #2D9589

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2D9589;
 }
 .AnyTagClassName
 {
   color: #2D9589;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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