Html Css Color HEX #2DB289 Jungle Green

📋 copy color: '#2DB289'

red 45 ◦ green 178 ◦ blue 137

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

Shades of Jungle Green #2DB289

Tints of Jungle Green #2DB289

RGB

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

 GREEN value IS 178 (69.92% from 255) = 49.44%

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

R = 12.5%
G = 49.44%
B = 38.06%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.23

 K value IS 0.30

RGB Variations

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

Color information

#2DB289 (or 0x2DB289) is known color: Jungle Green. HEX triplet: 2D, B2 and 89. RGB value is (45,178,137). Sum of RGB (Red+Green+Blue) = 45+178+137=360 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.5% from 360); Green value is 178 (69.92% from 255 or 49.44% from 360); Blue value is 137 (53.91% from 255 or 38.06% from 360); Max value from RGB is 178 - color contains mainly: green. Hex color #2DB289 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DB289 is #D24D76. Grayscale: #858585. Windows color (decimal): -13782391 or 9024045. OLE color: 9024045.

HSL color Cylindrical-coordinate representation of color #2DB289: hue angle of 161.5º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB289 is Cyan = 0.75, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.30.

Color convert

RGB 45 178 137 -
CMYK 0.75 0 0.23 0.30
HSL 161.5º 0.6% 0.44% -
HSV(B) 161.5º 0.75% 0.7% -
XYZ 21.52 34.2 29.13 -
YUV 133.56 129.94 64.83 -
System Red Green Blue C M Y K H S L
Decimal 45 178 137 0.75 0 0.23 0.30 161.5 0.6 0.44
Hex 2D B2 89 4B 0 17 1E A2 3C 2C
Octal 55 262 211 113 0 27 36 242 74 54
Binary 101101 10110010 10001001 1001011 0 10111 11110 10100010 111100 101100

Color Harmonies of #2DB289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DB289

Black with #2DB289

Text Example


Text Example

White with #2DB289

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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