Html Css Color HEX #299668 Eucalyptus

📋 copy color: '#299668'

red 41 ◦ green 150 ◦ blue 104

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

Shades of Eucalyptus #299668

Tints of Eucalyptus #299668

RGB

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

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

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

R = 13.9%
G = 50.85%
B = 35.25%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.31

 K value IS 0.41

RGB Variations

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

Color information

#299668 (or 0x299668) is known color: Eucalyptus. HEX triplet: 29, 96 and 68. RGB value is (41,150,104). Sum of RGB (Red+Green+Blue) = 41+150+104=295 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.90% from 295); Green value is 150 (58.98% from 255 or 50.85% from 295); Blue value is 104 (41.02% from 255 or 35.25% from 295); Max value from RGB is 150 - color contains mainly: green. Hex color #299668 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299668 is #D66997. Grayscale: #707070. Windows color (decimal): -14051736 or 6854185. OLE color: 6854185.

HSL color Cylindrical-coordinate representation of color #299668: hue angle of 154.68º 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 #299668 is Cyan = 0.73, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB 41 150 104 -
CMYK 0.73 0 0.31 0.41
HSL 154.68º 0.57% 0.37% -
HSV(B) 154.68º 0.73% 0.59% -
XYZ 14.32 23.28 16.84 -
YUV 112.17 123.39 77.24 -
System Red Green Blue C M Y K H S L
Decimal 41 150 104 0.73 0 0.31 0.41 154.68 0.57 0.37
Hex 29 96 68 49 0 1F 29 9B 39 25
Octal 51 226 150 111 0 37 51 233 71 45
Binary 101001 10010110 1101000 1001001 0 11111 101001 10011011 111001 100101

Color Harmonies of #299668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299668

Black with #299668

Text Example


Text Example

White with #299668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299668; }

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

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

background-color css

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

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

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

border-color css

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

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

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