Html Css Color HEX #294008 Turtle Green

📋 copy color: '#294008'

red 41 ◦ green 64 ◦ blue 8

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

Shades of Turtle Green #294008

Tints of Turtle Green #294008

RGB

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

 GREEN value IS 64 (25.39% from 255) = 56.64%

 BLUE value IS 8 (3.52% from 255) = 7.08%

R = 36.28%
G = 56.64%
B = 7.08%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.87

 K value IS 0.75

RGB Variations

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

Color information

#294008 (or 0x294008) is known color: Turtle Green. HEX triplet: 29, 40 and 08. RGB value is (41,64,8). Sum of RGB (Red+Green+Blue) = 41+64+8=113 (14% of max value = 765). Red value is 41 (16.41% from 255 or 36.28% from 113); Green value is 64 (25.39% from 255 or 56.64% from 113); Blue value is 8 (3.52% from 255 or 7.08% from 113); Max value from RGB is 64 - color contains mainly: green. Hex color #294008 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294008 is #D6BFF7. Grayscale: #323232. Windows color (decimal): -14073848 or 540713. OLE color: 540713.

HSL color Cylindrical-coordinate representation of color #294008: hue angle of 84.64º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #294008 is Cyan = 0.36, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.75.

Color convert

RGB 41 64 8 -
CMYK 0.36 0 0.87 0.75
HSL 84.64º 0.78% 0.14% -
HSV(B) 84.64º 0.88% 0.25% -
XYZ 2.79 4.16 0.88 -
YUV 50.74 103.88 121.05 -
System Red Green Blue C M Y K H S L
Decimal 41 64 8 0.36 0 0.87 0.75 84.64 0.78 0.14
Hex 29 40 8 24 0 57 4B 55 4E E
Octal 51 100 10 44 0 127 113 125 116 16
Binary 101001 1000000 1000 100100 0 1010111 1001011 1010101 1001110 1110

Color Harmonies of #294008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294008

Black with #294008

Text Example


Text Example

White with #294008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294008; }

 p { color: rgb(41,64,8); }

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

background-color css

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

 a { background-color: rgb(41,64,8); }

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

border-color css

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

 span { border-color: rgb(41,64,8); }

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