Html Css Color HEX #249A5E Eucalyptus

📋 copy color: '#249A5E'

red 36 ◦ green 154 ◦ blue 94

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

Shades of Eucalyptus #249A5E

Tints of Eucalyptus #249A5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 33.1%

R = 12.68%
G = 54.23%
B = 33.1%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.39

 K value IS 0.40

RGB Variations

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

Color information

#249A5E (or 0x249A5E) is known color: Eucalyptus. HEX triplet: 24, 9A and 5E. RGB value is (36,154,94). Sum of RGB (Red+Green+Blue) = 36+154+94=284 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.68% from 284); Green value is 154 (60.55% from 255 or 54.23% from 284); Blue value is 94 (37.11% from 255 or 33.10% from 284); Max value from RGB is 154 - color contains mainly: green. Hex color #249A5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249A5E is #DB65A1. Grayscale: #707070. Windows color (decimal): -14378402 or 6199844. OLE color: 6199844.

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

Color convert

RGB 36 154 94 -
CMYK 0.77 0 0.39 0.40
HSL 149.49º 0.62% 0.37% -
HSV(B) 149.49º 0.77% 0.6% -
XYZ 14.3 24.29 14.53 -
YUV 111.88 117.91 73.88 -
System Red Green Blue C M Y K H S L
Decimal 36 154 94 0.77 0 0.39 0.40 149.49 0.62 0.37
Hex 24 9A 5E 4D 0 27 28 95 3E 25
Octal 44 232 136 115 0 47 50 225 76 45
Binary 100100 10011010 1011110 1001101 0 100111 101000 10010101 111110 100101

Color Harmonies of #249A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249A5E

Black with #249A5E

Text Example


Text Example

White with #249A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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