Html Css Color HEX #429269 Eucalyptus

📋 copy color: '#429269'

red 66 ◦ green 146 ◦ blue 105

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

Shades of Eucalyptus #429269

Tints of Eucalyptus #429269

RGB

 RED value IS 66 (26.17% from 255) = 20.82%

 GREEN value IS 146 (57.42% from 255) = 46.06%

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

R = 20.82%
G = 46.06%
B = 33.12%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.28

 K value IS 0.43

RGB Variations

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

Color information

#429269 (or 0x429269) is known color: Eucalyptus. HEX triplet: 42, 92 and 69. RGB value is (66,146,105). Sum of RGB (Red+Green+Blue) = 66+146+105=317 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.82% from 317); Green value is 146 (57.42% from 255 or 46.06% from 317); Blue value is 105 (41.41% from 255 or 33.12% from 317); Max value from RGB is 146 - color contains mainly: green. Hex color #429269 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429269 is #BD6D96. Grayscale: #757575. Windows color (decimal): -12414359 or 6918722. OLE color: 6918722.

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

Color convert

RGB 66 146 105 -
CMYK 0.55 0 0.28 0.43
HSL 149.25º 0.38% 0.42% -
HSV(B) 149.25º 0.55% 0.57% -
XYZ 15.08 22.74 16.96 -
YUV 117.41 121 91.33 -
System Red Green Blue C M Y K H S L
Decimal 66 146 105 0.55 0 0.28 0.43 149.25 0.38 0.42
Hex 42 92 69 37 0 1C 2B 95 26 2A
Octal 102 222 151 67 0 34 53 225 46 52
Binary 1000010 10010010 1101001 110111 0 11100 101011 10010101 100110 101010

Color Harmonies of #429269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429269

Black with #429269

Text Example


Text Example

White with #429269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429269; }

 p { color: rgb(66,146,105); }

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

background-color css

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

 a { background-color: rgb(66,146,105); }

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

border-color css

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

 span { border-color: rgb(66,146,105); }

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