Html Css Color HEX #299C6A Eucalyptus

📋 copy color: '#299C6A'

red 41 ◦ green 156 ◦ blue 106

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

Shades of Eucalyptus #299C6A

Tints of Eucalyptus #299C6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 34.98%

R = 13.53%
G = 51.49%
B = 34.98%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.32

 K value IS 0.39

RGB Variations

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

Color information

#299C6A (or 0x299C6A) is known color: Eucalyptus. HEX triplet: 29, 9C and 6A. RGB value is (41,156,106). Sum of RGB (Red+Green+Blue) = 41+156+106=303 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.53% from 303); Green value is 156 (61.33% from 255 or 51.49% from 303); Blue value is 106 (41.80% from 255 or 34.98% from 303); Max value from RGB is 156 - color contains mainly: green. Hex color #299C6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299C6A is #D66395. Grayscale: #737373. Windows color (decimal): -14050198 or 6986793. OLE color: 6986793.

HSL color Cylindrical-coordinate representation of color #299C6A: hue angle of 153.91º 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 #299C6A is Cyan = 0.74, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.39.

Color convert

RGB 41 156 106 -
CMYK 0.74 0 0.32 0.39
HSL 153.91º 0.58% 0.39% -
HSV(B) 153.91º 0.74% 0.61% -
XYZ 15.4 25.29 17.71 -
YUV 115.92 122.4 74.57 -
System Red Green Blue C M Y K H S L
Decimal 41 156 106 0.74 0 0.32 0.39 153.91 0.58 0.39
Hex 29 9C 6A 4A 0 20 27 9A 3A 27
Octal 51 234 152 112 0 40 47 232 72 47
Binary 101001 10011100 1101010 1001010 0 100000 100111 10011010 111010 100111

Color Harmonies of #299C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299C6A

Black with #299C6A

Text Example


Text Example

White with #299C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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