Html Css Color HEX #299B65 Eucalyptus

📋 copy color: '#299B65'

red 41 ◦ green 155 ◦ blue 101

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

Shades of Eucalyptus #299B65

Tints of Eucalyptus #299B65

RGB

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

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

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

R = 13.8%
G = 52.19%
B = 34.01%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.35

 K value IS 0.39

RGB Variations

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

Color information

#299B65 (or 0x299B65) is known color: Eucalyptus. HEX triplet: 29, 9B and 65. RGB value is (41,155,101). Sum of RGB (Red+Green+Blue) = 41+155+101=297 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.80% from 297); Green value is 155 (60.94% from 255 or 52.19% from 297); Blue value is 101 (39.84% from 255 or 34.01% from 297); Max value from RGB is 155 - color contains mainly: green. Hex color #299B65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299B65 is #D6649A. Grayscale: #727272. Windows color (decimal): -14050459 or 6658857. OLE color: 6658857.

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

Color convert

RGB 41 155 101 -
CMYK 0.74 0 0.35 0.39
HSL 151.58º 0.58% 0.38% -
HSV(B) 151.58º 0.74% 0.61% -
XYZ 14.98 24.85 16.32 -
YUV 114.76 120.23 75.39 -
System Red Green Blue C M Y K H S L
Decimal 41 155 101 0.74 0 0.35 0.39 151.58 0.58 0.38
Hex 29 9B 65 4A 0 23 27 98 3A 26
Octal 51 233 145 112 0 43 47 230 72 46
Binary 101001 10011011 1100101 1001010 0 100011 100111 10011000 111010 100110

Color Harmonies of #299B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299B65

Black with #299B65

Text Example


Text Example

White with #299B65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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