Html Css Color HEX #299268 Eucalyptus

📋 copy color: '#299268'

red 41 ◦ green 146 ◦ blue 104

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

Shades of Eucalyptus #299268

Tints of Eucalyptus #299268

RGB

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

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

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

R = 14.09%
G = 50.17%
B = 35.74%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.29

 K value IS 0.43

RGB Variations

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

Color information

#299268 (or 0x299268) is known color: Eucalyptus. HEX triplet: 29, 92 and 68. RGB value is (41,146,104). Sum of RGB (Red+Green+Blue) = 41+146+104=291 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.09% from 291); Green value is 146 (57.42% from 255 or 50.17% from 291); Blue value is 104 (41.02% from 255 or 35.74% from 291); Max value from RGB is 146 - color contains mainly: green. Hex color #299268 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299268 is #D66D97. Grayscale: #6D6D6D. Windows color (decimal): -14052760 or 6853161. OLE color: 6853161.

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

Color convert

RGB 41 146 104 -
CMYK 0.72 0 0.29 0.43
HSL 156º 0.56% 0.37% -
HSV(B) 156º 0.72% 0.57% -
XYZ 13.69 22.03 16.63 -
YUV 109.82 124.71 78.92 -
System Red Green Blue C M Y K H S L
Decimal 41 146 104 0.72 0 0.29 0.43 156 0.56 0.37
Hex 29 92 68 48 0 1D 2B 9C 38 25
Octal 51 222 150 110 0 35 53 234 70 45
Binary 101001 10010010 1101000 1001000 0 11101 101011 10011100 111000 100101

Color Harmonies of #299268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299268

Black with #299268

Text Example


Text Example

White with #299268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299268; }

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

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

background-color css

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

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

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

border-color css

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

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

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