Html Css Color HEX #249D52 Eucalyptus

📋 copy color: '#249D52'

red 36 ◦ green 157 ◦ blue 82

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

Shades of Eucalyptus #249D52

Tints of Eucalyptus #249D52

RGB

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

 GREEN value IS 157 (61.72% from 255) = 57.09%

 BLUE value IS 82 (32.42% from 255) = 29.82%

R = 13.09%
G = 57.09%
B = 29.82%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.48

 K value IS 0.38

RGB Variations

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

Color information

#249D52 (or 0x249D52) is known color: Eucalyptus. HEX triplet: 24, 9D and 52. RGB value is (36,157,82). Sum of RGB (Red+Green+Blue) = 36+157+82=275 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.09% from 275); Green value is 157 (61.72% from 255 or 57.09% from 275); Blue value is 82 (32.42% from 255 or 29.82% from 275); Max value from RGB is 157 - color contains mainly: green. Hex color #249D52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249D52 is #DB62AD. Grayscale: #707070. Windows color (decimal): -14377646 or 5414180. OLE color: 5414180.

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

Color convert

RGB 36 157 82 -
CMYK 0.77 0 0.48 0.38
HSL 142.81º 0.63% 0.38% -
HSV(B) 142.81º 0.77% 0.62% -
XYZ 14.31 25.1 12.07 -
YUV 112.27 110.91 73.6 -
System Red Green Blue C M Y K H S L
Decimal 36 157 82 0.77 0 0.48 0.38 142.81 0.63 0.38
Hex 24 9D 52 4D 0 30 26 8F 3F 26
Octal 44 235 122 115 0 60 46 217 77 46
Binary 100100 10011101 1010010 1001101 0 110000 100110 10001111 111111 100110

Color Harmonies of #249D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249D52

Black with #249D52

Text Example


Text Example

White with #249D52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,157,82); }

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

background-color css

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

 a { background-color: rgb(36,157,82); }

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

border-color css

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

 span { border-color: rgb(36,157,82); }

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