#2C4C03

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

Shades of Turtle Green #2C4C03

Tints of Turtle Green #2C4C03

Color information

#2C4C03 (or 0x2C4C03) is unknown color: approx Turtle Green. HEX triplet: 2C, 4C and 03. RGB value is (44,76,3). Sum of RGB (Red+Green+Blue) = 44+76+3=123 (16% of max value = 765). Red value is 44 (17.58% from 255 or 35.77% from 123); Green value is 76 (30.08% from 255 or 61.79% from 123); Blue value is 3 (1.56% from 255 or 2.44% from 123); Max value from RGB is 76 - color contains mainly: green. Hex color #2C4C03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C4C03 is #D3B3FC. Grayscale: #3A3A3A. Windows color (decimal): -13874173 or 216108. OLE color: 216108.

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

Color convert

RGB44763-
CMYK0.4200.960.70
HSL86.3º92.41%15.49%-
HSV(B)86.3º96.05%29.8%-
XYZ3.645.711-
YUV58.1196.9117.94-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 35.77%
GREEN value IS 76 (30.08% from 255) = 61.79%
BLUE value IS 3 (1.56% from 255) = 2.44%
R=35.77%
G=61.79%
B=2.44%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal447630.4200.960.7086.392.4115.49
Hex2C4C32A06046565cf
Octal54114352014010612613417
Binary101100100110011101010011000001000110101011010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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