Html Css Color HEX #299E69 Eucalyptus

📋 copy color: '#299E69'

red 41 ◦ green 158 ◦ blue 105

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

Shades of Eucalyptus #299E69

Tints of Eucalyptus #299E69

RGB

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

 GREEN value IS 158 (62.11% from 255) = 51.97%

 BLUE value IS 105 (41.41% from 255) = 34.54%

R = 13.49%
G = 51.97%
B = 34.54%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.34

 K value IS 0.38

RGB Variations

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

Color information

#299E69 (or 0x299E69) is known color: Eucalyptus. HEX triplet: 29, 9E and 69. RGB value is (41,158,105). Sum of RGB (Red+Green+Blue) = 41+158+105=304 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.49% from 304); Green value is 158 (62.11% from 255 or 51.97% from 304); Blue value is 105 (41.41% from 255 or 34.54% from 304); Max value from RGB is 158 - color contains mainly: green. Hex color #299E69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299E69 is #D66196. Grayscale: #757575. Windows color (decimal): -14049687 or 6921769. OLE color: 6921769.

HSL color Cylindrical-coordinate representation of color #299E69: hue angle of 152.82º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #299E69 is Cyan = 0.74, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.

Color convert

RGB 41 158 105 -
CMYK 0.74 0 0.34 0.38
HSL 152.82º 0.59% 0.39% -
HSV(B) 152.82º 0.74% 0.62% -
XYZ 15.69 25.95 17.55 -
YUV 116.98 121.24 73.81 -
System Red Green Blue C M Y K H S L
Decimal 41 158 105 0.74 0 0.34 0.38 152.82 0.59 0.39
Hex 29 9E 69 4A 0 22 26 99 3B 27
Octal 51 236 151 112 0 42 46 231 73 47
Binary 101001 10011110 1101001 1001010 0 100010 100110 10011001 111011 100111

Color Harmonies of #299E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299E69

Black with #299E69

Text Example


Text Example

White with #299E69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,158,105); }

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

background-color css

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

 a { background-color: rgb(41,158,105); }

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

border-color css

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

 span { border-color: rgb(41,158,105); }

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