Html Css Color HEX #249F65 Eucalyptus

📋 copy color: '#249F65'

red 36 ◦ green 159 ◦ blue 101

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

Shades of Eucalyptus #249F65

Tints of Eucalyptus #249F65

RGB

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

 GREEN value IS 159 (62.5% from 255) = 53.72%

 BLUE value IS 101 (39.84% from 255) = 34.12%

R = 12.16%
G = 53.72%
B = 34.12%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.36

 K value IS 0.38

RGB Variations

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

Color information

#249F65 (or 0x249F65) is known color: Eucalyptus. HEX triplet: 24, 9F and 65. RGB value is (36,159,101). Sum of RGB (Red+Green+Blue) = 36+159+101=296 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.16% from 296); Green value is 159 (62.5% from 255 or 53.72% from 296); Blue value is 101 (39.84% from 255 or 34.12% from 296); Max value from RGB is 159 - color contains mainly: green. Hex color #249F65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249F65 is #DB609A. Grayscale: #737373. Windows color (decimal): -14377115 or 6659876. OLE color: 6659876.

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

Color convert

RGB 36 159 101 -
CMYK 0.77 0 0.36 0.38
HSL 151.71º 0.63% 0.38% -
HSV(B) 151.71º 0.77% 0.62% -
XYZ 15.47 26.11 16.54 -
YUV 115.61 119.75 71.22 -
System Red Green Blue C M Y K H S L
Decimal 36 159 101 0.77 0 0.36 0.38 151.71 0.63 0.38
Hex 24 9F 65 4D 0 24 26 98 3F 26
Octal 44 237 145 115 0 44 46 230 77 46
Binary 100100 10011111 1100101 1001101 0 100100 100110 10011000 111111 100110

Color Harmonies of #249F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249F65

Black with #249F65

Text Example


Text Example

White with #249F65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,159,101); }

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

background-color css

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

 a { background-color: rgb(36,159,101); }

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

border-color css

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

 span { border-color: rgb(36,159,101); }

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