#2C3810

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

Shades of Turtle Green #2C3810

Tints of Turtle Green #2C3810

Color information

#2C3810 (or 0x2C3810) is unknown color: approx Turtle Green. HEX triplet: 2C, 38 and 10. RGB value is (44,56,16). Sum of RGB (Red+Green+Blue) = 44+56+16=116 (15% of max value = 765). Red value is 44 (17.58% from 255 or 37.93% from 116); Green value is 56 (22.27% from 255 or 48.28% from 116); Blue value is 16 (6.64% from 255 or 13.79% from 116); Max value from RGB is 56 - color contains mainly: green. Hex color #2C3810 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C3810 is #D3C7EF. Grayscale: #2F2F2F. Windows color (decimal): -13879280 or 1062956. OLE color: 1062956.

HSL color Cylindrical-coordinate representation of color #2C3810: hue angle of 78º degrees, saturation: 0.56, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2C3810 is Cyan = 0.21, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.78.

Color convert

RGB445616-
CMYK0.2100.710.78
HSL78º55.56%14.12%-
HSV(B)78º71.43%21.96%-
XYZ2.553.41.01-
YUV47.85110.02125.25-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 37.93%
GREEN value IS 56 (22.27% from 255) = 48.28%
BLUE value IS 16 (6.64% from 255) = 13.79%
R=37.93%
G=48.28%
B=13.79%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4456160.2100.710.787855.5614.12
Hex2C3810150474E4e38e
Octal5470202501071161167016
Binary101100111000100001010101000111100111010011101110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C3810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,56,16); }

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

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

 a { background-color: rgb(44,56,16); }

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

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

 span { border-color: rgb(44,56,16); }

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