#2C470D

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

Shades of Turtle Green #2C470D

Tints of Turtle Green #2C470D

Color information

#2C470D (or 0x2C470D) is unknown color: approx Turtle Green. HEX triplet: 2C, 47 and 0D. RGB value is (44,71,13). Sum of RGB (Red+Green+Blue) = 44+71+13=128 (16% of max value = 765). Red value is 44 (17.58% from 255 or 34.38% from 128); Green value is 71 (28.12% from 255 or 55.47% from 128); Blue value is 13 (5.47% from 255 or 10.16% from 128); Max value from RGB is 71 - color contains mainly: green. Hex color #2C470D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C470D is #D3B8F2. Grayscale: #383838. Windows color (decimal): -13875443 or 870188. OLE color: 870188.

HSL color Cylindrical-coordinate representation of color #2C470D: hue angle of 87.93º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2C470D is Cyan = 0.38, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB447113-
CMYK0.3800.820.72
HSL87.93º69.05%16.47%-
HSV(B)87.93º81.69%27.84%-
XYZ3.365.071.18-
YUV56.32103.55119.22-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 34.38%
GREEN value IS 71 (28.12% from 255) = 55.47%
BLUE value IS 13 (5.47% from 255) = 10.16%
R=34.38%
G=55.47%
B=10.16%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4471130.3800.820.7287.9369.0516.47
Hex2C47D2605248584510
Octal541071546012211013010520
Binary101100100011111011001100101001010010001011000100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C470D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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