#2C3604

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

Shades of Turtle Green #2C3604

Tints of Turtle Green #2C3604

Color information

#2C3604 (or 0x2C3604) is unknown color: approx Turtle Green. HEX triplet: 2C, 36 and 04. RGB value is (44,54,4). Sum of RGB (Red+Green+Blue) = 44+54+4=102 (13% of max value = 765). Red value is 44 (17.58% from 255 or 43.14% from 102); Green value is 54 (21.48% from 255 or 52.94% from 102); Blue value is 4 (1.95% from 255 or 3.92% from 102); Max value from RGB is 54 - color contains mainly: green. Hex color #2C3604 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C3604 is #D3C9FB. Grayscale: #2D2D2D. Windows color (decimal): -13879804 or 276012. OLE color: 276012.

HSL color Cylindrical-coordinate representation of color #2C3604: hue angle of 72º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2C3604 is Cyan = 0.19, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.79.

Color convert

RGB44544-
CMYK0.1900.930.79
HSL72º86.21%11.37%-
HSV(B)72º92.59%21.18%-
XYZ2.383.180.6-
YUV45.31104.69127.07-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 43.14%
GREEN value IS 54 (21.48% from 255) = 52.94%
BLUE value IS 4 (1.95% from 255) = 3.92%
R=43.14%
G=52.94%
B=3.92%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal445440.1900.930.797286.2111.37
Hex2C3641305D4F4856b
Octal5466423013511711012613
Binary10110011011010010011010111011001111100100010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C3604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,54,4); }

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

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

 a { background-color: rgb(44,54,4); }

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

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

 span { border-color: rgb(44,54,4); }

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