#2C400D

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

Shades of Turtle Green #2C400D

Tints of Turtle Green #2C400D

Color information

#2C400D (or 0x2C400D) is unknown color: approx Turtle Green. HEX triplet: 2C, 40 and 0D. RGB value is (44,64,13). Sum of RGB (Red+Green+Blue) = 44+64+13=121 (16% of max value = 765). Red value is 44 (17.58% from 255 or 36.36% from 121); Green value is 64 (25.39% from 255 or 52.89% from 121); Blue value is 13 (5.47% from 255 or 10.74% from 121); Max value from RGB is 64 - color contains mainly: green. Hex color #2C400D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C400D is #D3BFF2. Grayscale: #343434. Windows color (decimal): -13877235 or 868396. OLE color: 868396.

HSL color Cylindrical-coordinate representation of color #2C400D: hue angle of 83.53º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2C400D is Cyan = 0.31, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.75.

Color convert

RGB446413-
CMYK0.3100.800.75
HSL83.53º66.23%15.1%-
HSV(B)83.53º79.69%25.1%-
XYZ2.944.231.04-
YUV52.21105.87122.15-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 36.36%
GREEN value IS 64 (25.39% from 255) = 52.89%
BLUE value IS 13 (5.47% from 255) = 10.74%
R=36.36%
G=52.89%
B=10.74%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4464130.3100.800.7583.5366.2315.1
Hex2C40D1F0504B5442f
Octal541001537012011312410217
Binary1011001000000110111111010100001001011101010010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C400D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,64,13); }

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

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

 a { background-color: rgb(44,64,13); }

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

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

 span { border-color: rgb(44,64,13); }

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