#29360B

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

Shades of Turtle Green #29360B

Tints of Turtle Green #29360B

Color information

#29360B (or 0x29360B) is unknown color: approx Turtle Green. HEX triplet: 29, 36 and 0B. RGB value is (41,54,11). Sum of RGB (Red+Green+Blue) = 41+54+11=106 (14% of max value = 765). Red value is 41 (16.41% from 255 or 38.68% from 106); Green value is 54 (21.48% from 255 or 50.94% from 106); Blue value is 11 (4.69% from 255 or 10.38% from 106); Max value from RGB is 54 - color contains mainly: green. Hex color #29360B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #29360B is #D6C9F4. Grayscale: #2D2D2D. Windows color (decimal): -14076405 or 734761. OLE color: 734761.

HSL color Cylindrical-coordinate representation of color #29360B: hue angle of 78.14º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29360B is Cyan = 0.24, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.79.

Color convert

RGB415411-
CMYK0.2400.800.79
HSL78.14º66.15%12.75%-
HSV(B)78.14º79.63%21.18%-
XYZ2.293.130.8-
YUV45.21108.69125-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 38.68%
GREEN value IS 54 (21.48% from 255) = 50.94%
BLUE value IS 11 (4.69% from 255) = 10.38%
R=38.68%
G=50.94%
B=10.38%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4154110.2400.800.7978.1466.1512.75
Hex2936B180504F4e42d
Octal51661330012011711610215
Binary101001110110101111000010100001001111100111010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29360B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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