#2C4413

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

Shades of Turtle Green #2C4413

Tints of Turtle Green #2C4413

Color information

#2C4413 (or 0x2C4413) is unknown color: approx Turtle Green. HEX triplet: 2C, 44 and 13. RGB value is (44,68,19). Sum of RGB (Red+Green+Blue) = 44+68+19=131 (17% of max value = 765). Red value is 44 (17.58% from 255 or 33.59% from 131); Green value is 68 (26.95% from 255 or 51.91% from 131); Blue value is 19 (7.81% from 255 or 14.50% from 131); Max value from RGB is 68 - color contains mainly: green. Hex color #2C4413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C4413 is #D3BBEC. Grayscale: #373737. Windows color (decimal): -13876205 or 1262636. OLE color: 1262636.

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

Color convert

RGB446819-
CMYK0.3500.720.73
HSL89.39º56.32%17.06%-
HSV(B)89.39º72.06%26.67%-
XYZ3.224.721.36-
YUV55.24107.55119.98-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 33.59%
GREEN value IS 68 (26.95% from 255) = 51.91%
BLUE value IS 19 (7.81% from 255) = 14.50%
R=33.59%
G=51.91%
B=14.50%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4468190.3500.720.7389.3956.3217.06
Hex2C44132304849593811
Octal54104234301101111317021
Binary101100100010010011100011010010001001001101100111100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,68,19); }

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

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

 a { background-color: rgb(44,68,19); }

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

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

 span { border-color: rgb(44,68,19); }

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