#29340B

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

Shades of Turtle Green #29340B

Tints of Turtle Green #29340B

Color information

#29340B (or 0x29340B) is unknown color: approx Turtle Green. HEX triplet: 29, 34 and 0B. RGB value is (41,52,11). Sum of RGB (Red+Green+Blue) = 41+52+11=104 (13% of max value = 765). Red value is 41 (16.41% from 255 or 39.42% from 104); Green value is 52 (20.70% from 255 or 50% from 104); Blue value is 11 (4.69% from 255 or 10.58% from 104); Max value from RGB is 52 - color contains mainly: green. Hex color #29340B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #29340B is #D6CBF4. Grayscale: #2C2C2C. Windows color (decimal): -14076917 or 734249. OLE color: 734249.

HSL color Cylindrical-coordinate representation of color #29340B: hue angle of 76.1º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #29340B is Cyan = 0.21, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.80.

Color convert

RGB415211-
CMYK0.2100.790.80
HSL76.1º65.08%12.35%-
HSV(B)76.1º78.85%20.39%-
XYZ2.22.950.77-
YUV44.04109.36125.83-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 39.42%
GREEN value IS 52 (20.70% from 255) = 50%
BLUE value IS 11 (4.69% from 255) = 10.58%
R=39.42%
G=50%
B=10.58%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4152110.2100.790.8076.165.0812.35
Hex2934B1504F504c41c
Octal51641325011712011410114
Binary101001110100101110101010011111010000100110010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29340B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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