Html Css Color HEX #299665 Eucalyptus

📋 copy color: '#299665'

red 41 ◦ green 150 ◦ blue 101

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

Shades of Eucalyptus #299665

Tints of Eucalyptus #299665

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 34.59%

R = 14.04%
G = 51.37%
B = 34.59%

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

#299665 (or 0x299665) is known color: Eucalyptus. HEX triplet: 29, 96 and 65. RGB value is (41,150,101). Sum of RGB (Red+Green+Blue) = 41+150+101=292 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.04% from 292); Green value is 150 (58.98% from 255 or 51.37% from 292); Blue value is 101 (39.84% from 255 or 34.59% from 292); Max value from RGB is 150 - color contains mainly: green. Hex color #299665 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299665 is #D6699A. Grayscale: #6F6F6F. Windows color (decimal): -14051739 or 6657577. OLE color: 6657577.

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

Color convert

RGB 41 150 101 -
CMYK 0.73 0 0.33 0.41
HSL 153.03º 0.57% 0.37% -
HSV(B) 153.03º 0.73% 0.59% -
XYZ 14.17 23.22 16.05 -
YUV 111.82 121.89 77.48 -
System Red Green Blue C M Y K H S L
Decimal 41 150 101 0.73 0 0.33 0.41 153.03 0.57 0.37
Hex 29 96 65 49 0 21 29 99 39 25
Octal 51 226 145 111 0 41 51 231 71 45
Binary 101001 10010110 1100101 1001001 0 100001 101001 10011001 111001 100101

Color Harmonies of #299665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299665

Black with #299665

Text Example


Text Example

White with #299665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299665; }

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

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

background-color css

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

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

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

border-color css

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

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

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