#2D4313

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

Shades of Turtle Green #2D4313

Tints of Turtle Green #2D4313

Color information

#2D4313 (or 0x2D4313) is unknown color: approx Turtle Green. HEX triplet: 2D, 43 and 13. RGB value is (45,67,19). Sum of RGB (Red+Green+Blue) = 45+67+19=131 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.35% from 131); Green value is 67 (26.56% from 255 or 51.15% from 131); Blue value is 19 (7.81% from 255 or 14.50% from 131); Max value from RGB is 67 - color contains mainly: green. Hex color #2D4313 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D4313 is #D2BCEC. Grayscale: #373737. Windows color (decimal): -13810925 or 1262381. OLE color: 1262381.

HSL color Cylindrical-coordinate representation of color #2D4313: hue angle of 87.5º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2D4313 is Cyan = 0.33, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.74.

Color convert

RGB456719-
CMYK0.3300.720.74
HSL87.5º55.81%16.86%-
HSV(B)87.5º71.64%26.27%-
XYZ3.214.621.34-
YUV54.95107.71120.9-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 34.35%
GREEN value IS 67 (26.56% from 255) = 51.15%
BLUE value IS 19 (7.81% from 255) = 14.50%
R=34.35%
G=51.15%
B=14.50%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4567190.3300.720.7487.555.8116.86
Hex2D4313210484A583811
Octal55103234101101121307021
Binary101101100001110011100001010010001001010101100011100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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