#2C3103

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

Shades of Turtle Green #2C3103

Tints of Turtle Green #2C3103

Color information

#2C3103 (or 0x2C3103) is unknown color: approx Turtle Green. HEX triplet: 2C, 31 and 03. RGB value is (44,49,3). Sum of RGB (Red+Green+Blue) = 44+49+3=96 (12% of max value = 765). Red value is 44 (17.58% from 255 or 45.83% from 96); Green value is 49 (19.53% from 255 or 51.04% from 96); Blue value is 3 (1.56% from 255 or 3.12% from 96); Max value from RGB is 49 - color contains mainly: green. Hex color #2C3103 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C3103 is #D3CEFC. Grayscale: #2A2A2A. Windows color (decimal): -13881085 or 209196. OLE color: 209196.

HSL color Cylindrical-coordinate representation of color #2C3103: hue angle of 66.52º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2C3103 is Cyan = 0.10, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.81.

Color convert

RGB44493-
CMYK0.1000.940.81
HSL66.52º88.46%10.2%-
HSV(B)66.52º93.88%19.22%-
XYZ2.152.740.5-
YUV42.26105.84129.24-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 45.83%
GREEN value IS 49 (19.53% from 255) = 51.04%
BLUE value IS 3 (1.56% from 255) = 3.12%
R=45.83%
G=51.04%
B=3.12%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal444930.1000.940.8166.5288.4610.2
Hex2C313A05E514358a
Octal5461312013612110313012
Binary101100110001111010010111101010001100001110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C3103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,49,3); }

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

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

 a { background-color: rgb(44,49,3); }

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

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

 span { border-color: rgb(44,49,3); }

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