Html Css Color HEX #299A5E Eucalyptus

📋 copy color: '#299A5E'

red 41 ◦ green 154 ◦ blue 94

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

Shades of Eucalyptus #299A5E

Tints of Eucalyptus #299A5E

RGB

 RED value IS 41 (16.41% from 255) = 14.19%

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

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

R = 14.19%
G = 53.29%
B = 32.53%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.39

 K value IS 0.40

RGB Variations

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

Color information

#299A5E (or 0x299A5E) is known color: Eucalyptus. HEX triplet: 29, 9A and 5E. RGB value is (41,154,94). Sum of RGB (Red+Green+Blue) = 41+154+94=289 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.19% from 289); Green value is 154 (60.55% from 255 or 53.29% from 289); Blue value is 94 (37.11% from 255 or 32.53% from 289); Max value from RGB is 154 - color contains mainly: green. Hex color #299A5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299A5E is #D665A1. Grayscale: #717171. Windows color (decimal): -14050722 or 6199849. OLE color: 6199849.

HSL color Cylindrical-coordinate representation of color #299A5E: hue angle of 148.14º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #299A5E is Cyan = 0.73, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB 41 154 94 -
CMYK 0.73 0 0.39 0.40
HSL 148.14º 0.58% 0.38% -
HSV(B) 148.14º 0.73% 0.6% -
XYZ 14.49 24.39 14.53 -
YUV 113.37 117.06 76.38 -
System Red Green Blue C M Y K H S L
Decimal 41 154 94 0.73 0 0.39 0.40 148.14 0.58 0.38
Hex 29 9A 5E 49 0 27 28 94 3A 26
Octal 51 232 136 111 0 47 50 224 72 46
Binary 101001 10011010 1011110 1001001 0 100111 101000 10010100 111010 100110

Color Harmonies of #299A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299A5E

Black with #299A5E

Text Example


Text Example

White with #299A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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