#29440C

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

Shades of Turtle Green #29440C

Tints of Turtle Green #29440C

Color information

#29440C (or 0x29440C) is unknown color: approx Turtle Green. HEX triplet: 29, 44 and 0C. RGB value is (41,68,12). Sum of RGB (Red+Green+Blue) = 41+68+12=121 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.88% from 121); Green value is 68 (26.95% from 255 or 56.20% from 121); Blue value is 12 (5.08% from 255 or 9.92% from 121); Max value from RGB is 68 - color contains mainly: green. Hex color #29440C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #29440C is #D6BBF3. Grayscale: #353535. Windows color (decimal): -14072820 or 803881. OLE color: 803881.

HSL color Cylindrical-coordinate representation of color #29440C: hue angle of 88.93º degrees, saturation: 0.7, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #29440C is Cyan = 0.40, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.73.

Color convert

RGB416812-
CMYK0.4000.820.73
HSL88.93º70%15.69%-
HSV(B)88.93º82.35%26.67%-
XYZ3.054.631.08-
YUV53.54104.55119.05-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 33.88%
GREEN value IS 68 (26.95% from 255) = 56.20%
BLUE value IS 12 (5.08% from 255) = 9.92%
R=33.88%
G=56.20%
B=9.92%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4168120.4000.820.7388.937015.69
Hex2944C2805249594610
Octal511041450012211113110620
Binary101001100010011001010000101001010010011011001100011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29440C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29440C; }

 p { color: rgb(41,68,12); }

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

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

 a { background-color: rgb(41,68,12); }

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

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

 span { border-color: rgb(41,68,12); }

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