Html Css Color HEX #249C7B Jungle Green

📋 copy color: '#249C7B'

red 36 ◦ green 156 ◦ blue 123

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

Shades of Jungle Green #249C7B

Tints of Jungle Green #249C7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 39.05%

R = 11.43%
G = 49.52%
B = 39.05%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.21

 K value IS 0.39

RGB Variations

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

Color information

#249C7B (or 0x249C7B) is known color: Jungle Green. HEX triplet: 24, 9C and 7B. RGB value is (36,156,123). Sum of RGB (Red+Green+Blue) = 36+156+123=315 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.43% from 315); Green value is 156 (61.33% from 255 or 49.52% from 315); Blue value is 123 (48.44% from 255 or 39.05% from 315); Max value from RGB is 156 - color contains mainly: green. Hex color #249C7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249C7B is #DB6384. Grayscale: #747474. Windows color (decimal): -14377861 or 8100900. OLE color: 8100900.

HSL color Cylindrical-coordinate representation of color #249C7B: hue angle of 163.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 #249C7B is Cyan = 0.77, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.

Color convert

RGB 36 156 123 -
CMYK 0.77 0 0.21 0.39
HSL 163.5º 0.63% 0.38% -
HSV(B) 163.5º 0.77% 0.61% -
XYZ 16.19 25.58 22.82 -
YUV 116.36 131.74 70.68 -
System Red Green Blue C M Y K H S L
Decimal 36 156 123 0.77 0 0.21 0.39 163.5 0.63 0.38
Hex 24 9C 7B 4D 0 15 27 A4 3E 26
Octal 44 234 173 115 0 25 47 244 76 46
Binary 100100 10011100 1111011 1001101 0 10101 100111 10100100 111110 100110

Color Harmonies of #249C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249C7B

Black with #249C7B

Text Example


Text Example

White with #249C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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