Html Css Color HEX #299B5F Eucalyptus

📋 copy color: '#299B5F'

red 41 ◦ green 155 ◦ blue 95

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

Shades of Eucalyptus #299B5F

Tints of Eucalyptus #299B5F

RGB

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

 GREEN value IS 155 (60.94% from 255) = 53.26%

 BLUE value IS 95 (37.5% from 255) = 32.65%

R = 14.09%
G = 53.26%
B = 32.65%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.39

 K value IS 0.39

RGB Variations

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

Color information

#299B5F (or 0x299B5F) is known color: Eucalyptus. HEX triplet: 29, 9B and 5F. RGB value is (41,155,95). Sum of RGB (Red+Green+Blue) = 41+155+95=291 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.09% from 291); Green value is 155 (60.94% from 255 or 53.26% from 291); Blue value is 95 (37.5% from 255 or 32.65% from 291); Max value from RGB is 155 - color contains mainly: green. Hex color #299B5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299B5F is #D664A0. Grayscale: #727272. Windows color (decimal): -14050465 or 6265641. OLE color: 6265641.

HSL color Cylindrical-coordinate representation of color #299B5F: hue angle of 148.42º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #299B5F is Cyan = 0.74, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.39.

Color convert

RGB 41 155 95 -
CMYK 0.74 0 0.39 0.39
HSL 148.42º 0.58% 0.38% -
HSV(B) 148.42º 0.74% 0.61% -
XYZ 14.7 24.74 14.83 -
YUV 114.07 117.23 75.88 -
System Red Green Blue C M Y K H S L
Decimal 41 155 95 0.74 0 0.39 0.39 148.42 0.58 0.38
Hex 29 9B 5F 4A 0 27 27 94 3A 26
Octal 51 233 137 112 0 47 47 224 72 46
Binary 101001 10011011 1011111 1001010 0 100111 100111 10010100 111010 100110

Color Harmonies of #299B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299B5F

Black with #299B5F

Text Example


Text Example

White with #299B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299B5F; }

 p { color: rgb(41,155,95); }

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

background-color css

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

 a { background-color: rgb(41,155,95); }

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

border-color css

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

 span { border-color: rgb(41,155,95); }

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