#2D410C

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

Shades of Turtle Green #2D410C

Tints of Turtle Green #2D410C

Color information

#2D410C (or 0x2D410C) is unknown color: approx Turtle Green. HEX triplet: 2D, 41 and 0C. RGB value is (45,65,12). Sum of RGB (Red+Green+Blue) = 45+65+12=122 (16% of max value = 765). Red value is 45 (17.97% from 255 or 36.89% from 122); Green value is 65 (25.78% from 255 or 53.28% from 122); Blue value is 12 (5.08% from 255 or 9.84% from 122); Max value from RGB is 65 - color contains mainly: green. Hex color #2D410C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D410C is #D2BEF3. Grayscale: #353535. Windows color (decimal): -13811444 or 803117. OLE color: 803117.

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

Color convert

RGB456512-
CMYK0.3100.820.75
HSL82.64º68.83%15.1%-
HSV(B)82.64º81.54%25.49%-
XYZ3.044.371.03-
YUV52.98104.87122.31-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 36.89%
GREEN value IS 65 (25.78% from 255) = 53.28%
BLUE value IS 12 (5.08% from 255) = 9.84%
R=36.89%
G=53.28%
B=9.84%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4565120.3100.820.7582.6468.8315.1
Hex2D41C1F0524B5345f
Octal551011437012211312310517
Binary1011011000001110011111010100101001011101001110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D410C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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