#2C4C02

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

Shades of Turtle Green #2C4C02

Tints of Turtle Green #2C4C02

Color information

#2C4C02 (or 0x2C4C02) is unknown color: approx Turtle Green. HEX triplet: 2C, 4C and 02. RGB value is (44,76,2). Sum of RGB (Red+Green+Blue) = 44+76+2=122 (16% of max value = 765). Red value is 44 (17.58% from 255 or 36.07% from 122); Green value is 76 (30.08% from 255 or 62.30% from 122); Blue value is 2 (1.17% from 255 or 1.64% from 122); Max value from RGB is 76 - color contains mainly: green. Hex color #2C4C02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C4C02 is #D3B3FD. Grayscale: #3A3A3A. Windows color (decimal): -13874174 or 150572. OLE color: 150572.

HSL color Cylindrical-coordinate representation of color #2C4C02: hue angle of 85.95º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2C4C02 is Cyan = 0.42, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.70.

Color convert

RGB44762-
CMYK0.4200.970.70
HSL85.95º94.87%15.29%-
HSV(B)85.95º97.37%29.8%-
XYZ3.635.710.97-
YUV5896.4118.02-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 36.07%
GREEN value IS 76 (30.08% from 255) = 62.30%
BLUE value IS 2 (1.17% from 255) = 1.64%
R=36.07%
G=62.30%
B=1.64%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal447620.4200.970.7085.9594.8715.29
Hex2C4C22A06146565ff
Octal54114252014110612613717
Binary101100100110010101010011000011000110101011010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,76,2); }

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

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

 a { background-color: rgb(44,76,2); }

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

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

 span { border-color: rgb(44,76,2); }

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