#29370A

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

Shades of Turtle Green #29370A

Tints of Turtle Green #29370A

Color information

#29370A (or 0x29370A) is unknown color: approx Turtle Green. HEX triplet: 29, 37 and 0A. RGB value is (41,55,10). Sum of RGB (Red+Green+Blue) = 41+55+10=106 (14% of max value = 765). Red value is 41 (16.41% from 255 or 38.68% from 106); Green value is 55 (21.88% from 255 or 51.89% from 106); Blue value is 10 (4.30% from 255 or 9.43% from 106); Max value from RGB is 55 - color contains mainly: green. Hex color #29370A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #29370A is #D6C8F5. Grayscale: #2D2D2D. Windows color (decimal): -14076150 or 669481. OLE color: 669481.

HSL color Cylindrical-coordinate representation of color #29370A: hue angle of 78.67º degrees, saturation: 0.69, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #29370A is Cyan = 0.25, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.78.

Color convert

RGB415510-
CMYK0.2500.820.78
HSL78.67º69.23%12.75%-
HSV(B)78.67º81.82%21.57%-
XYZ2.343.230.79-
YUV45.68107.86124.66-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 38.68%
GREEN value IS 55 (21.88% from 255) = 51.89%
BLUE value IS 10 (4.30% from 255) = 9.43%
R=38.68%
G=51.89%
B=9.43%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4155100.2500.820.7878.6769.2312.75
Hex2937A190524E4f45d
Octal51671231012211611710515
Binary101001110111101011001010100101001110100111110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29370A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29370A; }

 p { color: rgb(41,55,10); }

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

<style>
 a { background-color: #29370A; }

 a { background-color: rgb(41,55,10); }

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

<style>
 span { border-color: #29370A; }

 span { border-color: rgb(41,55,10); }

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