Html Css Color HEX #299664 Eucalyptus

📋 copy color: '#299664'

red 41 ◦ green 150 ◦ blue 100

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

Shades of Eucalyptus #299664

Tints of Eucalyptus #299664

RGB

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

 GREEN value IS 150 (58.98% from 255) = 51.55%

 BLUE value IS 100 (39.45% from 255) = 34.36%

R = 14.09%
G = 51.55%
B = 34.36%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.33

 K value IS 0.41

RGB Variations

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

Color information

#299664 (or 0x299664) is known color: Eucalyptus. HEX triplet: 29, 96 and 64. RGB value is (41,150,100). Sum of RGB (Red+Green+Blue) = 41+150+100=291 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.09% from 291); Green value is 150 (58.98% from 255 or 51.55% from 291); Blue value is 100 (39.45% from 255 or 34.36% from 291); Max value from RGB is 150 - color contains mainly: green. Hex color #299664 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299664 is #D6699B. Grayscale: #6F6F6F. Windows color (decimal): -14051740 or 6592041. OLE color: 6592041.

HSL color Cylindrical-coordinate representation of color #299664: hue angle of 152.48º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #299664 is Cyan = 0.73, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.41.

Color convert

RGB 41 150 100 -
CMYK 0.73 0 0.33 0.41
HSL 152.48º 0.57% 0.37% -
HSV(B) 152.48º 0.73% 0.59% -
XYZ 14.12 23.2 15.79 -
YUV 111.71 121.39 77.57 -
System Red Green Blue C M Y K H S L
Decimal 41 150 100 0.73 0 0.33 0.41 152.48 0.57 0.37
Hex 29 96 64 49 0 21 29 98 39 25
Octal 51 226 144 111 0 41 51 230 71 45
Binary 101001 10010110 1100100 1001001 0 100001 101001 10011000 111001 100101

Color Harmonies of #299664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299664

Black with #299664

Text Example


Text Example

White with #299664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299664; }

 p { color: rgb(41,150,100); }

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

background-color css

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

 a { background-color: rgb(41,150,100); }

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

border-color css

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

 span { border-color: rgb(41,150,100); }

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