#2C3914

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

Shades of Turtle Green #2C3914

Tints of Turtle Green #2C3914

Color information

#2C3914 (or 0x2C3914) is unknown color: approx Turtle Green. HEX triplet: 2C, 39 and 14. RGB value is (44,57,20). Sum of RGB (Red+Green+Blue) = 44+57+20=121 (16% of max value = 765). Red value is 44 (17.58% from 255 or 36.36% from 121); Green value is 57 (22.66% from 255 or 47.11% from 121); Blue value is 20 (8.20% from 255 or 16.53% from 121); Max value from RGB is 57 - color contains mainly: green. Hex color #2C3914 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C3914 is #D3C6EB. Grayscale: #313131. Windows color (decimal): -13879020 or 1325356. OLE color: 1325356.

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

Color convert

RGB445720-
CMYK0.2300.650.78
HSL81.08º48.05%15.1%-
HSV(B)81.08º64.91%22.35%-
XYZ2.633.511.2-
YUV48.9111.69124.51-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 36.36%
GREEN value IS 57 (22.66% from 255) = 47.11%
BLUE value IS 20 (8.20% from 255) = 16.53%
R=36.36%
G=47.11%
B=16.53%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4457200.2300.650.7881.0848.0515.1
Hex2C3914170414E5130f
Octal5471242701011161216017
Binary101100111001101001011101000001100111010100011100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C3914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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