Html Css Color HEX #299168 Eucalyptus

📋 copy color: '#299168'

red 41 ◦ green 145 ◦ blue 104

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

Shades of Eucalyptus #299168

Tints of Eucalyptus #299168

RGB

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

 GREEN value IS 145 (57.03% from 255) = 50%

 BLUE value IS 104 (41.02% from 255) = 35.86%

R = 14.14%
G = 50%
B = 35.86%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.28

 K value IS 0.43

RGB Variations

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

Color information

#299168 (or 0x299168) is known color: Eucalyptus. HEX triplet: 29, 91 and 68. RGB value is (41,145,104). Sum of RGB (Red+Green+Blue) = 41+145+104=290 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.14% from 290); Green value is 145 (57.03% from 255 or 50% from 290); Blue value is 104 (41.02% from 255 or 35.86% from 290); Max value from RGB is 145 - color contains mainly: green. Hex color #299168 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299168 is #D66E97. Grayscale: #6D6D6D. Windows color (decimal): -14053016 or 6852905. OLE color: 6852905.

HSL color Cylindrical-coordinate representation of color #299168: hue angle of 156.35º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #299168 is Cyan = 0.72, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.43.

Color convert

RGB 41 145 104 -
CMYK 0.72 0 0.28 0.43
HSL 156.35º 0.56% 0.36% -
HSV(B) 156.35º 0.72% 0.57% -
XYZ 13.54 21.72 16.58 -
YUV 109.23 125.04 79.33 -
System Red Green Blue C M Y K H S L
Decimal 41 145 104 0.72 0 0.28 0.43 156.35 0.56 0.36
Hex 29 91 68 48 0 1C 2B 9C 38 24
Octal 51 221 150 110 0 34 53 234 70 44
Binary 101001 10010001 1101000 1001000 0 11100 101011 10011100 111000 100100

Color Harmonies of #299168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299168

Black with #299168

Text Example


Text Example

White with #299168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299168; }

 p { color: rgb(41,145,104); }

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

background-color css

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

 a { background-color: rgb(41,145,104); }

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

border-color css

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

 span { border-color: rgb(41,145,104); }

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