Html Css Color HEX #249C7F Jungle Green

📋 copy color: '#249C7F'

red 36 ◦ green 156 ◦ blue 127

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

Shades of Jungle Green #249C7F

Tints of Jungle Green #249C7F

RGB

 RED value IS 36 (14.45% from 255) = 11.29%

 GREEN value IS 156 (61.33% from 255) = 48.9%

 BLUE value IS 127 (50% from 255) = 39.81%

R = 11.29%
G = 48.9%
B = 39.81%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#249C7F (or 0x249C7F) is known color: Jungle Green. HEX triplet: 24, 9C and 7F. RGB value is (36,156,127). Sum of RGB (Red+Green+Blue) = 36+156+127=319 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.29% from 319); Green value is 156 (61.33% from 255 or 48.90% from 319); Blue value is 127 (50% from 255 or 39.81% from 319); Max value from RGB is 156 - color contains mainly: green. Hex color #249C7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249C7F is #DB6380. Grayscale: #747474. Windows color (decimal): -14377857 or 8363044. OLE color: 8363044.

HSL color Cylindrical-coordinate representation of color #249C7F: hue angle of 165.5º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #249C7F is Cyan = 0.77, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB 36 156 127 -
CMYK 0.77 0 0.19 0.39
HSL 165.5º 0.63% 0.38% -
HSV(B) 165.5º 0.77% 0.61% -
XYZ 16.45 25.68 24.17 -
YUV 116.81 133.74 70.36 -
System Red Green Blue C M Y K H S L
Decimal 36 156 127 0.77 0 0.19 0.39 165.5 0.63 0.38
Hex 24 9C 7F 4D 0 13 27 A6 3E 26
Octal 44 234 177 115 0 23 47 246 76 46
Binary 100100 10011100 1111111 1001101 0 10011 100111 10100110 111110 100110

Color Harmonies of #249C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249C7F

Black with #249C7F

Text Example


Text Example

White with #249C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #249C7F; }

 p { color: rgb(36,156,127); }

 H1.HeaderClassName
 {
   color: #249C7F;
 }
 .AnyTagClassName
 {
   color: #249C7F;
 }
</style>

background-color css

<style>
 a { background-color: #249C7F; }

 a { background-color: rgb(36,156,127); }

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

border-color css

<style>
 span { border-color: #249C7F; }

 span { border-color: rgb(36,156,127); }

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