Html Css Color HEX #249A5A Eucalyptus

📋 copy color: '#249A5A'

red 36 ◦ green 154 ◦ blue 90

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

Shades of Eucalyptus #249A5A

Tints of Eucalyptus #249A5A

RGB

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

 GREEN value IS 154 (60.55% from 255) = 55%

 BLUE value IS 90 (35.55% from 255) = 32.14%

R = 12.86%
G = 55%
B = 32.14%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.42

 K value IS 0.40

RGB Variations

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

Color information

#249A5A (or 0x249A5A) is known color: Eucalyptus. HEX triplet: 24, 9A and 5A. RGB value is (36,154,90). Sum of RGB (Red+Green+Blue) = 36+154+90=280 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.86% from 280); Green value is 154 (60.55% from 255 or 55% from 280); Blue value is 90 (35.55% from 255 or 32.14% from 280); Max value from RGB is 154 - color contains mainly: green. Hex color #249A5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249A5A is #DB65A5. Grayscale: #6F6F6F. Windows color (decimal): -14378406 or 5937700. OLE color: 5937700.

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

Color convert

RGB 36 154 90 -
CMYK 0.77 0 0.42 0.40
HSL 147.46º 0.62% 0.37% -
HSV(B) 147.46º 0.77% 0.6% -
XYZ 14.13 24.22 13.6 -
YUV 111.42 115.91 74.2 -
System Red Green Blue C M Y K H S L
Decimal 36 154 90 0.77 0 0.42 0.40 147.46 0.62 0.37
Hex 24 9A 5A 4D 0 2A 28 93 3E 25
Octal 44 232 132 115 0 52 50 223 76 45
Binary 100100 10011010 1011010 1001101 0 101010 101000 10010011 111110 100101

Color Harmonies of #249A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249A5A

Black with #249A5A

Text Example


Text Example

White with #249A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,154,90); }

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

background-color css

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

 a { background-color: rgb(36,154,90); }

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

border-color css

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

 span { border-color: rgb(36,154,90); }

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