Html Css Color HEX #249B7C Jungle Green

📋 copy color: '#249B7C'

red 36 ◦ green 155 ◦ blue 124

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

Shades of Jungle Green #249B7C

Tints of Jungle Green #249B7C

RGB

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

 GREEN value IS 155 (60.94% from 255) = 49.21%

 BLUE value IS 124 (48.83% from 255) = 39.37%

R = 11.43%
G = 49.21%
B = 39.37%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.2

 K value IS 0.39

RGB Variations

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

Color information

#249B7C (or 0x249B7C) is known color: Jungle Green. HEX triplet: 24, 9B and 7C. RGB value is (36,155,124). Sum of RGB (Red+Green+Blue) = 36+155+124=315 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.43% from 315); Green value is 155 (60.94% from 255 or 49.21% from 315); Blue value is 124 (48.83% from 255 or 39.37% from 315); Max value from RGB is 155 - color contains mainly: green. Hex color #249B7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249B7C is #DB6483. Grayscale: #737373. Windows color (decimal): -14378116 or 8166180. OLE color: 8166180.

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

Color convert

RGB 36 155 124 -
CMYK 0.77 0 0.2 0.39
HSL 164.37º 0.62% 0.37% -
HSV(B) 164.37º 0.77% 0.61% -
XYZ 16.09 25.27 23.1 -
YUV 115.89 132.58 71.02 -
System Red Green Blue C M Y K H S L
Decimal 36 155 124 0.77 0 0.2 0.39 164.37 0.62 0.37
Hex 24 9B 7C 4D 0 14 27 A4 3E 25
Octal 44 233 174 115 0 24 47 244 76 45
Binary 100100 10011011 1111100 1001101 0 10100 100111 10100100 111110 100101

Color Harmonies of #249B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249B7C

Black with #249B7C

Text Example


Text Example

White with #249B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,155,124); }

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

background-color css

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

 a { background-color: rgb(36,155,124); }

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

border-color css

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

 span { border-color: rgb(36,155,124); }

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