Html Css Color HEX #294708 Turtle Green

📋 copy color: '#294708'

red 41 ◦ green 71 ◦ blue 8

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

Shades of Turtle Green #294708

Tints of Turtle Green #294708

RGB

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

 GREEN value IS 71 (28.13% from 255) = 59.17%

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

R = 34.17%
G = 59.17%
B = 6.67%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.89

 K value IS 0.72

RGB Variations

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

Color information

#294708 (or 0x294708) is known color: Turtle Green. HEX triplet: 29, 47 and 08. RGB value is (41,71,8). Sum of RGB (Red+Green+Blue) = 41+71+8=120 (15% of max value = 765). Red value is 41 (16.41% from 255 or 34.17% from 120); Green value is 71 (28.12% from 255 or 59.17% from 120); Blue value is 8 (3.52% from 255 or 6.67% from 120); Max value from RGB is 71 - color contains mainly: green. Hex color #294708 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294708 is #D6B8F7. Grayscale: #373737. Windows color (decimal): -14072056 or 542505. OLE color: 542505.

HSL color Cylindrical-coordinate representation of color #294708: hue angle of 88.57º degrees, saturation: 0.8, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #294708 is Cyan = 0.42, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.72.

Color convert

RGB 41 71 8 -
CMYK 0.42 0 0.89 0.72
HSL 88.57º 0.8% 0.15% -
HSV(B) 88.57º 0.89% 0.28% -
XYZ 3.21 5 1.02 -
YUV 54.85 101.56 118.12 -
System Red Green Blue C M Y K H S L
Decimal 41 71 8 0.42 0 0.89 0.72 88.57 0.8 0.15
Hex 29 47 8 2A 0 59 48 59 50 F
Octal 51 107 10 52 0 131 110 131 120 17
Binary 101001 1000111 1000 101010 0 1011001 1001000 1011001 1010000 1111

Color Harmonies of #294708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294708

Black with #294708

Text Example


Text Example

White with #294708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294708; }

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

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

background-color css

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

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

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

border-color css

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

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

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