#29440B

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

Shades of Turtle Green #29440B

Tints of Turtle Green #29440B

Color information

#29440B (or 0x29440B) is unknown color: approx Turtle Green. HEX triplet: 29, 44 and 0B. RGB value is (41,68,11). Sum of RGB (Red+Green+Blue) = 41+68+11=120 (15% of max value = 765). Red value is 41 (16.41% from 255 or 34.17% from 120); Green value is 68 (26.95% from 255 or 56.67% from 120); Blue value is 11 (4.69% from 255 or 9.17% from 120); Max value from RGB is 68 - color contains mainly: green. Hex color #29440B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #29440B is #D6BBF4. Grayscale: #353535. Windows color (decimal): -14072821 or 738345. OLE color: 738345.

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

Color convert

RGB416811-
CMYK0.4000.840.73
HSL88.42º72.15%15.49%-
HSV(B)88.42º83.82%26.67%-
XYZ3.044.631.05-
YUV53.43104.05119.13-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 34.17%
GREEN value IS 68 (26.95% from 255) = 56.67%
BLUE value IS 11 (4.69% from 255) = 9.17%
R=34.17%
G=56.67%
B=9.17%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4168110.4000.840.7388.4272.1515.49
Hex2944B28054495848f
Octal511041350012411113011017
Binary10100110001001011101000010101001001001101100010010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29440B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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