#2D410A

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

Shades of Turtle Green #2D410A

Tints of Turtle Green #2D410A

Color information

#2D410A (or 0x2D410A) is unknown color: approx Turtle Green. HEX triplet: 2D, 41 and 0A. RGB value is (45,65,10). Sum of RGB (Red+Green+Blue) = 45+65+10=120 (15% of max value = 765). Red value is 45 (17.97% from 255 or 37.5% from 120); Green value is 65 (25.78% from 255 or 54.17% from 120); Blue value is 10 (4.30% from 255 or 8.33% from 120); Max value from RGB is 65 - color contains mainly: green. Hex color #2D410A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D410A is #D2BEF5. Grayscale: #343434. Windows color (decimal): -13811446 or 672045. OLE color: 672045.

HSL color Cylindrical-coordinate representation of color #2D410A: hue angle of 81.82º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2D410A is Cyan = 0.31, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.75.

Color convert

RGB456510-
CMYK0.3100.850.75
HSL81.82º73.33%14.71%-
HSV(B)81.82º84.62%25.49%-
XYZ3.034.360.97-
YUV52.75103.87122.47-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 37.5%
GREEN value IS 65 (25.78% from 255) = 54.17%
BLUE value IS 10 (4.30% from 255) = 8.33%
R=37.5%
G=54.17%
B=8.33%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4565100.3100.850.7581.8273.3314.71
Hex2D41A1F0554B5249f
Octal551011237012511312211117
Binary1011011000001101011111010101011001011101001010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D410A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2D410A; }

 p { color: rgb(45,65,10); }

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

<style>
 a { background-color: #2D410A; }

 a { background-color: rgb(45,65,10); }

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

<style>
 span { border-color: #2D410A; }

 span { border-color: rgb(45,65,10); }

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