#29410B

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

Shades of Turtle Green #29410B

Tints of Turtle Green #29410B

Color information

#29410B (or 0x29410B) is unknown color: approx Turtle Green. HEX triplet: 29, 41 and 0B. RGB value is (41,65,11). Sum of RGB (Red+Green+Blue) = 41+65+11=117 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.04% from 117); Green value is 65 (25.78% from 255 or 55.56% from 117); Blue value is 11 (4.69% from 255 or 9.40% from 117); Max value from RGB is 65 - color contains mainly: green. Hex color #29410B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #29410B is #D6BEF4. Grayscale: #333333. Windows color (decimal): -14073589 or 737577. OLE color: 737577.

HSL color Cylindrical-coordinate representation of color #29410B: hue angle of 86.67º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29410B is Cyan = 0.37, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.75.

Color convert

RGB416511-
CMYK0.3700.830.75
HSL86.67º71.05%14.9%-
HSV(B)86.67º83.08%25.49%-
XYZ2.874.280.99-
YUV51.67105.05120.39-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 35.04%
GREEN value IS 65 (25.78% from 255) = 55.56%
BLUE value IS 11 (4.69% from 255) = 9.40%
R=35.04%
G=55.56%
B=9.40%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4165110.3700.830.7586.6771.0514.9
Hex2941B250534B5747f
Octal511011345012311312710717
Binary10100110000011011100101010100111001011101011110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29410B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29410B; }

 p { color: rgb(41,65,11); }

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

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

 a { background-color: rgb(41,65,11); }

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

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

 span { border-color: rgb(41,65,11); }

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