#294708

Color #294708 Turtle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turtle Green #294708

Tints of Turtle Green #294708

Color information

#294708 (or 0x294708) is unknown color: approx 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

RGB41718-
CMYK0.4200.890.72
HSL88.57º79.75%15.49%-
HSV(B)88.57º88.73%27.84%-
XYZ3.2151.02-
YUV54.85101.56118.12-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 34.17%
GREEN value IS 71 (28.12% 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 (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal417180.4200.890.7288.5779.7515.49
Hex294782A059485950f
Octal511071052013111013112017
Binary10100110001111000101010010110011001000101100110100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>