#2C4102

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

Shades of Turtle Green #2C4102

Tints of Turtle Green #2C4102

Color information

#2C4102 (or 0x2C4102) is unknown color: approx Turtle Green. HEX triplet: 2C, 41 and 02. RGB value is (44,65,2). Sum of RGB (Red+Green+Blue) = 44+65+2=111 (14% of max value = 765). Red value is 44 (17.58% from 255 or 39.64% from 111); Green value is 65 (25.78% from 255 or 58.56% from 111); Blue value is 2 (1.17% from 255 or 1.80% from 111); Max value from RGB is 65 - color contains mainly: green. Hex color #2C4102 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C4102 is #D3BEFD. Grayscale: #333333. Windows color (decimal): -13876990 or 147756. OLE color: 147756.

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

Color convert

RGB44652-
CMYK0.3200.970.75
HSL80º94.03%13.14%-
HSV(B)80º96.92%25.49%-
XYZ2.944.320.74-
YUV51.54100.04122.62-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 39.64%
GREEN value IS 65 (25.78% from 255) = 58.56%
BLUE value IS 2 (1.17% from 255) = 1.80%
R=39.64%
G=58.56%
B=1.80%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal446520.3200.970.758094.0313.14
Hex2C412200614B505ed
Octal54101240014111312013615
Binary101100100000110100000011000011001011101000010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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