#2C4003

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

Shades of Turtle Green #2C4003

Tints of Turtle Green #2C4003

Color information

#2C4003 (or 0x2C4003) is unknown color: approx Turtle Green. HEX triplet: 2C, 40 and 03. RGB value is (44,64,3). Sum of RGB (Red+Green+Blue) = 44+64+3=111 (14% of max value = 765). Red value is 44 (17.58% from 255 or 39.64% from 111); Green value is 64 (25.39% from 255 or 57.66% from 111); Blue value is 3 (1.56% from 255 or 2.70% from 111); Max value from RGB is 64 - color contains mainly: green. Hex color #2C4003 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C4003 is #D3BFFC. Grayscale: #333333. Windows color (decimal): -13877245 or 213036. OLE color: 213036.

HSL color Cylindrical-coordinate representation of color #2C4003: hue angle of 79.67º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2C4003 is Cyan = 0.31, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.75.

Color convert

RGB44643-
CMYK0.3100.950.75
HSL79.67º91.04%13.14%-
HSV(B)79.67º95.31%25.1%-
XYZ2.894.210.75-
YUV51.07100.87122.96-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 39.64%
GREEN value IS 64 (25.39% from 255) = 57.66%
BLUE value IS 3 (1.56% from 255) = 2.70%
R=39.64%
G=57.66%
B=2.70%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal446430.3100.950.7579.6791.0413.14
Hex2C4031F05F4B505bd
Octal54100337013711312013315
Binary10110010000001111111010111111001011101000010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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