Html Css Color HEX #299466 Eucalyptus

📋 copy color: '#299466'

red 41 ◦ green 148 ◦ blue 102

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

Shades of Eucalyptus #299466

Tints of Eucalyptus #299466

RGB

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

 GREEN value IS 148 (58.2% from 255) = 50.86%

 BLUE value IS 102 (40.23% from 255) = 35.05%

R = 14.09%
G = 50.86%
B = 35.05%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#299466 (or 0x299466) is known color: Eucalyptus. HEX triplet: 29, 94 and 66. RGB value is (41,148,102). Sum of RGB (Red+Green+Blue) = 41+148+102=291 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.09% from 291); Green value is 148 (58.20% from 255 or 50.86% from 291); Blue value is 102 (40.23% from 255 or 35.05% from 291); Max value from RGB is 148 - color contains mainly: green. Hex color #299466 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299466 is #D66B99. Grayscale: #6E6E6E. Windows color (decimal): -14052250 or 6722601. OLE color: 6722601.

HSL color Cylindrical-coordinate representation of color #299466: hue angle of 154.21º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #299466 is Cyan = 0.72, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.42.

Color convert

RGB 41 148 102 -
CMYK 0.72 0 0.31 0.42
HSL 154.21º 0.57% 0.37% -
HSV(B) 154.21º 0.72% 0.58% -
XYZ 13.9 22.61 16.2 -
YUV 110.76 123.05 78.24 -
System Red Green Blue C M Y K H S L
Decimal 41 148 102 0.72 0 0.31 0.42 154.21 0.57 0.37
Hex 29 94 66 48 0 1F 2A 9A 39 25
Octal 51 224 146 110 0 37 52 232 71 45
Binary 101001 10010100 1100110 1001000 0 11111 101010 10011010 111001 100101

Color Harmonies of #299466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299466

Black with #299466

Text Example


Text Example

White with #299466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299466; }

 p { color: rgb(41,148,102); }

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

background-color css

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

 a { background-color: rgb(41,148,102); }

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

border-color css

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

 span { border-color: rgb(41,148,102); }

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