Html Css Color HEX #299065 Eucalyptus

📋 copy color: '#299065'

red 41 ◦ green 144 ◦ blue 101

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

Shades of Eucalyptus #299065

Tints of Eucalyptus #299065

RGB

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

 GREEN value IS 144 (56.64% from 255) = 50.35%

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

R = 14.34%
G = 50.35%
B = 35.31%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.30

 K value IS 0.44

RGB Variations

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

Color information

#299065 (or 0x299065) is known color: Eucalyptus. HEX triplet: 29, 90 and 65. RGB value is (41,144,101). Sum of RGB (Red+Green+Blue) = 41+144+101=286 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.34% from 286); Green value is 144 (56.64% from 255 or 50.35% from 286); Blue value is 101 (39.84% from 255 or 35.31% from 286); Max value from RGB is 144 - color contains mainly: green. Hex color #299065 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299065 is #D66F9A. Grayscale: #6C6C6C. Windows color (decimal): -14053275 or 6656041. OLE color: 6656041.

HSL color Cylindrical-coordinate representation of color #299065: hue angle of 154.95º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #299065 is Cyan = 0.72, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.44.

Color convert

RGB 41 144 101 -
CMYK 0.72 0 0.30 0.44
HSL 154.95º 0.56% 0.36% -
HSV(B) 154.95º 0.72% 0.56% -
XYZ 13.24 21.36 15.74 -
YUV 108.3 123.88 80 -
System Red Green Blue C M Y K H S L
Decimal 41 144 101 0.72 0 0.30 0.44 154.95 0.56 0.36
Hex 29 90 65 48 0 1E 2C 9B 38 24
Octal 51 220 145 110 0 36 54 233 70 44
Binary 101001 10010000 1100101 1001000 0 11110 101100 10011011 111000 100100

Color Harmonies of #299065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299065

Black with #299065

Text Example


Text Example

White with #299065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299065; }

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

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

background-color css

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

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

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

border-color css

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

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

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