Html Css Color HEX #2D9089 Java

📋 copy color: '#2D9089'

red 45 ◦ green 144 ◦ blue 137

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

Shades of Java #2D9089

Tints of Java #2D9089

RGB

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

 GREEN value IS 144 (56.64% from 255) = 44.17%

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

R = 13.8%
G = 44.17%
B = 42.02%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.05

 K value IS 0.44

RGB Variations

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

Color information

#2D9089 (or 0x2D9089) is known color: Java. HEX triplet: 2D, 90 and 89. RGB value is (45,144,137). Sum of RGB (Red+Green+Blue) = 45+144+137=326 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.80% from 326); Green value is 144 (56.64% from 255 or 44.17% from 326); Blue value is 137 (53.91% from 255 or 42.02% from 326); Max value from RGB is 144 - color contains mainly: green. Hex color #2D9089 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D9089 is #D26F76. Grayscale: #717171. Windows color (decimal): -13791095 or 9015341. OLE color: 9015341.

HSL color Cylindrical-coordinate representation of color #2D9089: hue angle of 175.76º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2D9089 is Cyan = 0.69, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.

Color convert

RGB 45 144 137 -
CMYK 0.69 0 0.05 0.44
HSL 175.76º 0.52% 0.37% -
HSV(B) 175.76º 0.69% 0.56% -
XYZ 15.57 22.31 27.15 -
YUV 113.6 141.2 79.07 -
System Red Green Blue C M Y K H S L
Decimal 45 144 137 0.69 0 0.05 0.44 175.76 0.52 0.37
Hex 2D 90 89 45 0 5 2C B0 34 25
Octal 55 220 211 105 0 5 54 260 64 45
Binary 101101 10010000 10001001 1000101 0 101 101100 10110000 110100 100101

Color Harmonies of #2D9089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D9089

Black with #2D9089

Text Example


Text Example

White with #2D9089

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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