Html Css Color HEX #299068 Elf Green

📋 copy color: '#299068'

red 41 ◦ green 144 ◦ blue 104

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

Shades of Elf Green #299068

Tints of Elf Green #299068

RGB

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

 GREEN value IS 144 (56.64% from 255) = 49.83%

 BLUE value IS 104 (41.02% from 255) = 35.99%

R = 14.19%
G = 49.83%
B = 35.99%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.28

 K value IS 0.44

RGB Variations

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

Color information

#299068 (or 0x299068) is known color: Elf Green. HEX triplet: 29, 90 and 68. RGB value is (41,144,104). Sum of RGB (Red+Green+Blue) = 41+144+104=289 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.19% from 289); Green value is 144 (56.64% from 255 or 49.83% from 289); Blue value is 104 (41.02% from 255 or 35.99% from 289); Max value from RGB is 144 - color contains mainly: green. Hex color #299068 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299068 is #D66F97. Grayscale: #6C6C6C. Windows color (decimal): -14053272 or 6852649. OLE color: 6852649.

HSL color Cylindrical-coordinate representation of color #299068: hue angle of 156.7º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #299068 is Cyan = 0.72, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.44.

Color convert

RGB 41 144 104 -
CMYK 0.72 0 0.28 0.44
HSL 156.7º 0.56% 0.36% -
HSV(B) 156.7º 0.72% 0.56% -
XYZ 13.39 21.42 16.53 -
YUV 108.64 125.38 79.75 -
System Red Green Blue C M Y K H S L
Decimal 41 144 104 0.72 0 0.28 0.44 156.7 0.56 0.36
Hex 29 90 68 48 0 1C 2C 9D 38 24
Octal 51 220 150 110 0 34 54 235 70 44
Binary 101001 10010000 1101000 1001000 0 11100 101100 10011101 111000 100100

Color Harmonies of #299068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299068

Black with #299068

Text Example


Text Example

White with #299068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299068; }

 p { color: rgb(41,144,104); }

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

background-color css

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

 a { background-color: rgb(41,144,104); }

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

border-color css

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

 span { border-color: rgb(41,144,104); }

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