Html Css Color HEX #249B7F Jungle Green

📋 copy color: '#249B7F'

red 36 ◦ green 155 ◦ blue 127

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

Shades of Jungle Green #249B7F

Tints of Jungle Green #249B7F

RGB

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

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

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

R = 11.32%
G = 48.74%
B = 39.94%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.18

 K value IS 0.39

RGB Variations

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

Color information

#249B7F (or 0x249B7F) is known color: Jungle Green. HEX triplet: 24, 9B and 7F. RGB value is (36,155,127). Sum of RGB (Red+Green+Blue) = 36+155+127=318 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.32% from 318); Green value is 155 (60.94% from 255 or 48.74% from 318); Blue value is 127 (50% from 255 or 39.94% from 318); Max value from RGB is 155 - color contains mainly: green. Hex color #249B7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249B7F is #DB6480. Grayscale: #747474. Windows color (decimal): -14378113 or 8362788. OLE color: 8362788.

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

Color convert

RGB 36 155 127 -
CMYK 0.77 0 0.18 0.39
HSL 165.88º 0.62% 0.37% -
HSV(B) 165.88º 0.77% 0.61% -
XYZ 16.28 25.35 24.11 -
YUV 116.23 134.08 70.78 -
System Red Green Blue C M Y K H S L
Decimal 36 155 127 0.77 0 0.18 0.39 165.88 0.62 0.37
Hex 24 9B 7F 4D 0 12 27 A6 3E 25
Octal 44 233 177 115 0 22 47 246 76 45
Binary 100100 10011011 1111111 1001101 0 10010 100111 10100110 111110 100101

Color Harmonies of #249B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249B7F

Black with #249B7F

Text Example


Text Example

White with #249B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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