#2D4212

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

Shades of Turtle Green #2D4212

Tints of Turtle Green #2D4212

Color information

#2D4212 (or 0x2D4212) is unknown color: approx Turtle Green. HEX triplet: 2D, 42 and 12. RGB value is (45,66,18). Sum of RGB (Red+Green+Blue) = 45+66+18=129 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.88% from 129); Green value is 66 (26.17% from 255 or 51.16% from 129); Blue value is 18 (7.42% from 255 or 13.95% from 129); Max value from RGB is 66 - color contains mainly: green. Hex color #2D4212 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D4212 is #D2BDED. Grayscale: #363636. Windows color (decimal): -13811182 or 1196589. OLE color: 1196589.

HSL color Cylindrical-coordinate representation of color #2D4212: hue angle of 86.25º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2D4212 is Cyan = 0.32, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.74.

Color convert

RGB456618-
CMYK0.3200.730.74
HSL86.25º57.14%16.47%-
HSV(B)86.25º72.73%25.88%-
XYZ3.144.51.27-
YUV54.25107.54121.4-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 34.88%
GREEN value IS 66 (26.17% from 255) = 51.16%
BLUE value IS 18 (7.42% from 255) = 13.95%
R=34.88%
G=51.16%
B=13.95%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4566180.3200.730.7486.2557.1416.47
Hex2D4212200494A563910
Octal55102224001111121267120
Binary101101100001010010100000010010011001010101011011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,66,18); }

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

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

 a { background-color: rgb(45,66,18); }

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

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

 span { border-color: rgb(45,66,18); }

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