#2C490C

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

Shades of Turtle Green #2C490C

Tints of Turtle Green #2C490C

Color information

#2C490C (or 0x2C490C) is unknown color: approx Turtle Green. HEX triplet: 2C, 49 and 0C. RGB value is (44,73,12). Sum of RGB (Red+Green+Blue) = 44+73+12=129 (17% of max value = 765). Red value is 44 (17.58% from 255 or 34.11% from 129); Green value is 73 (28.91% from 255 or 56.59% from 129); Blue value is 12 (5.08% from 255 or 9.30% from 129); Max value from RGB is 73 - color contains mainly: green. Hex color #2C490C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C490C is #D3B6F3. Grayscale: #393939. Windows color (decimal): -13874932 or 805164. OLE color: 805164.

HSL color Cylindrical-coordinate representation of color #2C490C: hue angle of 88.52º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2C490C is Cyan = 0.40, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.71.

Color convert

RGB447312-
CMYK0.4000.840.71
HSL88.52º71.76%16.67%-
HSV(B)88.52º83.56%28.63%-
XYZ3.495.331.19-
YUV57.38102.39118.46-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 34.11%
GREEN value IS 73 (28.91% from 255) = 56.59%
BLUE value IS 12 (5.08% from 255) = 9.30%
R=34.11%
G=56.59%
B=9.30%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4473120.4000.840.7188.5271.7616.67
Hex2C49C2805447594811
Octal541111450012410713111021
Binary101100100100111001010000101010010001111011001100100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C490C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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