#2D4111

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

Shades of Turtle Green #2D4111

Tints of Turtle Green #2D4111

Color information

#2D4111 (or 0x2D4111) is unknown color: approx Turtle Green. HEX triplet: 2D, 41 and 11. RGB value is (45,65,17). Sum of RGB (Red+Green+Blue) = 45+65+17=127 (16% of max value = 765). Red value is 45 (17.97% from 255 or 35.43% from 127); Green value is 65 (25.78% from 255 or 51.18% from 127); Blue value is 17 (7.03% from 255 or 13.39% from 127); Max value from RGB is 65 - color contains mainly: green. Hex color #2D4111 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D4111 is #D2BEEE. Grayscale: #353535. Windows color (decimal): -13811439 or 1130797. OLE color: 1130797.

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

Color convert

RGB456517-
CMYK0.3100.740.75
HSL85º58.54%16.08%-
HSV(B)85º73.85%25.49%-
XYZ3.074.381.21-
YUV53.55107.37121.9-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 35.43%
GREEN value IS 65 (25.78% from 255) = 51.18%
BLUE value IS 17 (7.03% from 255) = 13.39%
R=35.43%
G=51.18%
B=13.39%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4565170.3100.740.758558.5416.08
Hex2D41111F04A4B553b10
Octal55101213701121131257320
Binary10110110000011000111111010010101001011101010111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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