#29450B

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

Shades of Turtle Green #29450B

Tints of Turtle Green #29450B

Color information

#29450B (or 0x29450B) is unknown color: approx Turtle Green. HEX triplet: 29, 45 and 0B. RGB value is (41,69,11). Sum of RGB (Red+Green+Blue) = 41+69+11=121 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.88% from 121); Green value is 69 (27.34% from 255 or 57.02% from 121); Blue value is 11 (4.69% from 255 or 9.09% from 121); Max value from RGB is 69 - color contains mainly: green. Hex color #29450B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #29450B is #D6BAF4. Grayscale: #363636. Windows color (decimal): -14072565 or 738601. OLE color: 738601.

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

Color convert

RGB416911-
CMYK0.4100.840.73
HSL88.97º72.5%15.69%-
HSV(B)88.97º84.06%27.06%-
XYZ3.14.751.07-
YUV54.02103.72118.72-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 33.88%
GREEN value IS 69 (27.34% from 255) = 57.02%
BLUE value IS 11 (4.69% from 255) = 9.09%
R=33.88%
G=57.02%
B=9.09%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4169110.4100.840.7388.9772.515.69
Hex2945B2905449594810
Octal511051351012411113111020
Binary101001100010110111010010101010010010011011001100100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29450B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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