#2C320F

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

Shades of Turtle Green #2C320F

Tints of Turtle Green #2C320F

Color information

#2C320F (or 0x2C320F) is unknown color: approx Turtle Green. HEX triplet: 2C, 32 and 0F. RGB value is (44,50,15). Sum of RGB (Red+Green+Blue) = 44+50+15=109 (14% of max value = 765). Red value is 44 (17.58% from 255 or 40.37% from 109); Green value is 50 (19.92% from 255 or 45.87% from 109); Blue value is 15 (6.25% from 255 or 13.76% from 109); Max value from RGB is 50 - color contains mainly: green. Hex color #2C320F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C320F is #D3CDF0. Grayscale: #2C2C2C. Windows color (decimal): -13880817 or 995884. OLE color: 995884.

HSL color Cylindrical-coordinate representation of color #2C320F: hue angle of 70.29º degrees, saturation: 0.54, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2C320F is Cyan = 0.12, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.80.

Color convert

RGB445015-
CMYK0.1200.700.80
HSL70.29º53.85%12.75%-
HSV(B)70.29º70%19.61%-
XYZ2.272.850.88-
YUV44.22111.51127.85-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 40.37%
GREEN value IS 50 (19.92% from 255) = 45.87%
BLUE value IS 15 (6.25% from 255) = 13.76%
R=40.37%
G=45.87%
B=13.76%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4450150.1200.700.8070.2953.8512.75
Hex2C32FC046504636d
Octal5462171401061201066615
Binary1011001100101111110001000110101000010001101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C320F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,50,15); }

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

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

 a { background-color: rgb(44,50,15); }

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

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

 span { border-color: rgb(44,50,15); }

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