Html Css Color HEX #299360 Eucalyptus

📋 copy color: '#299360'

red 41 ◦ green 147 ◦ blue 96

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

Shades of Eucalyptus #299360

Tints of Eucalyptus #299360

RGB

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

 GREEN value IS 147 (57.81% from 255) = 51.76%

 BLUE value IS 96 (37.89% from 255) = 33.8%

R = 14.44%
G = 51.76%
B = 33.8%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#299360 (or 0x299360) is known color: Eucalyptus. HEX triplet: 29, 93 and 60. RGB value is (41,147,96). Sum of RGB (Red+Green+Blue) = 41+147+96=284 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.44% from 284); Green value is 147 (57.81% from 255 or 51.76% from 284); Blue value is 96 (37.89% from 255 or 33.80% from 284); Max value from RGB is 147 - color contains mainly: green. Hex color #299360 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299360 is #D66C9F. Grayscale: #6D6D6D. Windows color (decimal): -14052512 or 6329129. OLE color: 6329129.

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

Color convert

RGB 41 147 96 -
CMYK 0.72 0 0.35 0.42
HSL 151.13º 0.56% 0.37% -
HSV(B) 151.13º 0.72% 0.58% -
XYZ 13.46 22.18 14.64 -
YUV 109.49 120.38 79.15 -
System Red Green Blue C M Y K H S L
Decimal 41 147 96 0.72 0 0.35 0.42 151.13 0.56 0.37
Hex 29 93 60 48 0 23 2A 97 38 25
Octal 51 223 140 110 0 43 52 227 70 45
Binary 101001 10010011 1100000 1001000 0 100011 101010 10010111 111000 100101

Color Harmonies of #299360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299360

Black with #299360

Text Example


Text Example

White with #299360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299360; }

 p { color: rgb(41,147,96); }

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

background-color css

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

 a { background-color: rgb(41,147,96); }

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

border-color css

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

 span { border-color: rgb(41,147,96); }

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