Html Css Color HEX #299C6F Eucalyptus

📋 copy color: '#299C6F'

red 41 ◦ green 156 ◦ blue 111

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

Shades of Eucalyptus #299C6F

Tints of Eucalyptus #299C6F

RGB

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

 GREEN value IS 156 (61.33% from 255) = 50.65%

 BLUE value IS 111 (43.75% from 255) = 36.04%

R = 13.31%
G = 50.65%
B = 36.04%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.29

 K value IS 0.39

RGB Variations

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

Color information

#299C6F (or 0x299C6F) is known color: Eucalyptus. HEX triplet: 29, 9C and 6F. RGB value is (41,156,111). Sum of RGB (Red+Green+Blue) = 41+156+111=308 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.31% from 308); Green value is 156 (61.33% from 255 or 50.65% from 308); Blue value is 111 (43.75% from 255 or 36.04% from 308); Max value from RGB is 156 - color contains mainly: green. Hex color #299C6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299C6F is #D66390. Grayscale: #747474. Windows color (decimal): -14050193 or 7314473. OLE color: 7314473.

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

Color convert

RGB 41 156 111 -
CMYK 0.74 0 0.29 0.39
HSL 156.52º 0.58% 0.39% -
HSV(B) 156.52º 0.74% 0.61% -
XYZ 15.67 25.4 19.11 -
YUV 116.49 124.9 74.16 -
System Red Green Blue C M Y K H S L
Decimal 41 156 111 0.74 0 0.29 0.39 156.52 0.58 0.39
Hex 29 9C 6F 4A 0 1D 27 9D 3A 27
Octal 51 234 157 112 0 35 47 235 72 47
Binary 101001 10011100 1101111 1001010 0 11101 100111 10011101 111010 100111

Color Harmonies of #299C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299C6F

Black with #299C6F

Text Example


Text Example

White with #299C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,156,111); }

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

background-color css

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

 a { background-color: rgb(41,156,111); }

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

border-color css

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

 span { border-color: rgb(41,156,111); }

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