#2C3912

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

Shades of Turtle Green #2C3912

Tints of Turtle Green #2C3912

Color information

#2C3912 (or 0x2C3912) is unknown color: approx Turtle Green. HEX triplet: 2C, 39 and 12. RGB value is (44,57,18). Sum of RGB (Red+Green+Blue) = 44+57+18=119 (15% of max value = 765). Red value is 44 (17.58% from 255 or 36.97% from 119); Green value is 57 (22.66% from 255 or 47.90% from 119); Blue value is 18 (7.42% from 255 or 15.13% from 119); Max value from RGB is 57 - color contains mainly: green. Hex color #2C3912 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C3912 is #D3C6ED. Grayscale: #303030. Windows color (decimal): -13879022 or 1194284. OLE color: 1194284.

HSL color Cylindrical-coordinate representation of color #2C3912: hue angle of 80º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2C3912 is Cyan = 0.23, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.78.

Color convert

RGB445718-
CMYK0.2300.680.78
HSL80º52%14.71%-
HSV(B)80º68.42%22.35%-
XYZ2.613.511.11-
YUV48.67110.69124.67-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 36.97%
GREEN value IS 57 (22.66% from 255) = 47.90%
BLUE value IS 18 (7.42% from 255) = 15.13%
R=36.97%
G=47.90%
B=15.13%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4457180.2300.680.78805214.71
Hex2C3912170444E5034f
Octal5471222701041161206417
Binary101100111001100101011101000100100111010100001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C3912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,57,18); }

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

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

 a { background-color: rgb(44,57,18); }

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

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

 span { border-color: rgb(44,57,18); }

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