#2D4411

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

Shades of Turtle Green #2D4411

Tints of Turtle Green #2D4411

Color information

#2D4411 (or 0x2D4411) is unknown color: approx Turtle Green. HEX triplet: 2D, 44 and 11. RGB value is (45,68,17). Sum of RGB (Red+Green+Blue) = 45+68+17=130 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.62% from 130); Green value is 68 (26.95% from 255 or 52.31% from 130); Blue value is 17 (7.03% from 255 or 13.08% from 130); Max value from RGB is 68 - color contains mainly: green. Hex color #2D4411 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D4411 is #D2BBEE. Grayscale: #373737. Windows color (decimal): -13810671 or 1131565. OLE color: 1131565.

HSL color Cylindrical-coordinate representation of color #2D4411: hue angle of 87.06º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2D4411 is Cyan = 0.34, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.73.

Color convert

RGB456817-
CMYK0.3400.750.73
HSL87.06º60%16.67%-
HSV(B)87.06º75%26.67%-
XYZ3.254.731.27-
YUV55.31106.38120.65-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 34.62%
GREEN value IS 68 (26.95% from 255) = 52.31%
BLUE value IS 17 (7.03% from 255) = 13.08%
R=34.62%
G=52.31%
B=13.08%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4568170.3400.750.7387.066016.67
Hex2D44112204B49573c11
Octal55104214201131111277421
Binary101101100010010001100010010010111001001101011111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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