#294608

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

Shades of Turtle Green #294608

Tints of Turtle Green #294608

Color information

#294608 (or 0x294608) is unknown color: approx Turtle Green. HEX triplet: 29, 46 and 08. RGB value is (41,70,8). Sum of RGB (Red+Green+Blue) = 41+70+8=119 (15% of max value = 765). Red value is 41 (16.41% from 255 or 34.45% from 119); Green value is 70 (27.73% from 255 or 58.82% from 119); Blue value is 8 (3.52% from 255 or 6.72% from 119); Max value from RGB is 70 - color contains mainly: green. Hex color #294608 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294608 is #D6B9F7. Grayscale: #363636. Windows color (decimal): -14072312 or 542249. OLE color: 542249.

HSL color Cylindrical-coordinate representation of color #294608: hue angle of 88.06º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #294608 is Cyan = 0.41, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.73.

Color convert

RGB41708-
CMYK0.4100.890.73
HSL88.06º79.49%15.29%-
HSV(B)88.06º88.57%27.45%-
XYZ3.154.871-
YUV54.26101.89118.54-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 34.45%
GREEN value IS 70 (27.73% from 255) = 58.82%
BLUE value IS 8 (3.52% from 255) = 6.72%
R=34.45%
G=58.82%
B=6.72%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal417080.4100.890.7388.0679.4915.29
Hex294682905949584ff
Octal511061051013111113011717
Binary10100110001101000101001010110011001001101100010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294608; }

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

 H1.HeaderClassName
 {
   color: #294608;
 }
 .AnyTagClassName
 {
   color: #294608;
 }
</style>
background-color css

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

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

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

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

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

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