#2C410C

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

Shades of Turtle Green #2C410C

Tints of Turtle Green #2C410C

Color information

#2C410C (or 0x2C410C) is unknown color: approx Turtle Green. HEX triplet: 2C, 41 and 0C. RGB value is (44,65,12). Sum of RGB (Red+Green+Blue) = 44+65+12=121 (16% of max value = 765). Red value is 44 (17.58% from 255 or 36.36% from 121); Green value is 65 (25.78% from 255 or 53.72% from 121); Blue value is 12 (5.08% from 255 or 9.92% from 121); Max value from RGB is 65 - color contains mainly: green. Hex color #2C410C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C410C is #D3BEF3. Grayscale: #343434. Windows color (decimal): -13876980 or 803116. OLE color: 803116.

HSL color Cylindrical-coordinate representation of color #2C410C: hue angle of 83.77º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2C410C is Cyan = 0.32, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.75.

Color convert

RGB446512-
CMYK0.3200.820.75
HSL83.77º68.83%15.1%-
HSV(B)83.77º81.54%25.49%-
XYZ34.341.03-
YUV52.68105.04121.81-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 36.36%
GREEN value IS 65 (25.78% from 255) = 53.72%
BLUE value IS 12 (5.08% from 255) = 9.92%
R=36.36%
G=53.72%
B=9.92%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4465120.3200.820.7583.7768.8315.1
Hex2C41C200524B5445f
Octal541011440012211312410517
Binary10110010000011100100000010100101001011101010010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C410C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,65,12); }

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

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

 a { background-color: rgb(44,65,12); }

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

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

 span { border-color: rgb(44,65,12); }

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