#2D4013

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

Shades of Turtle Green #2D4013

Tints of Turtle Green #2D4013

Color information

#2D4013 (or 0x2D4013) is unknown color: approx Turtle Green. HEX triplet: 2D, 40 and 13. RGB value is (45,64,19). Sum of RGB (Red+Green+Blue) = 45+64+19=128 (16% of max value = 765). Red value is 45 (17.97% from 255 or 35.16% from 128); Green value is 64 (25.39% from 255 or 50% from 128); Blue value is 19 (7.81% from 255 or 14.84% from 128); Max value from RGB is 64 - color contains mainly: green. Hex color #2D4013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D4013 is #D2BFEC. Grayscale: #353535. Windows color (decimal): -13811693 or 1261613. OLE color: 1261613.

HSL color Cylindrical-coordinate representation of color #2D4013: hue angle of 85.33º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2D4013 is Cyan = 0.30, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.75.

Color convert

RGB456419-
CMYK0.3000.700.75
HSL85.33º54.22%16.27%-
HSV(B)85.33º70.31%25.1%-
XYZ3.034.271.28-
YUV53.19108.71122.16-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 35.16%
GREEN value IS 64 (25.39% from 255) = 50%
BLUE value IS 19 (7.81% from 255) = 14.84%
R=35.16%
G=50%
B=14.84%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4564190.3000.700.7585.3354.2216.27
Hex2D40131E0464B553610
Octal55100233601061131256620
Binary10110110000001001111110010001101001011101010111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,64,19); }

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

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

 a { background-color: rgb(45,64,19); }

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

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

 span { border-color: rgb(45,64,19); }

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