#2C3C09

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

Shades of Turtle Green #2C3C09

Tints of Turtle Green #2C3C09

Color information

#2C3C09 (or 0x2C3C09) is unknown color: approx Turtle Green. HEX triplet: 2C, 3C and 09. RGB value is (44,60,9). Sum of RGB (Red+Green+Blue) = 44+60+9=113 (14% of max value = 765). Red value is 44 (17.58% from 255 or 38.94% from 113); Green value is 60 (23.83% from 255 or 53.10% from 113); Blue value is 9 (3.91% from 255 or 7.96% from 113); Max value from RGB is 60 - color contains mainly: green. Hex color #2C3C09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C3C09 is #D3C3F6. Grayscale: #313131. Windows color (decimal): -13878263 or 605228. OLE color: 605228.

HSL color Cylindrical-coordinate representation of color #2C3C09: hue angle of 78.82º degrees, saturation: 0.74, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2C3C09 is Cyan = 0.27, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.76.

Color convert

RGB44609-
CMYK0.2700.850.76
HSL78.82º73.91%13.53%-
HSV(B)78.82º85%23.53%-
XYZ2.73.790.85-
YUV49.4105.2124.15-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 38.94%
GREEN value IS 60 (23.83% from 255) = 53.10%
BLUE value IS 9 (3.91% from 255) = 7.96%
R=38.94%
G=53.10%
B=7.96%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal446090.2700.850.7678.8273.9113.53
Hex2C3C91B0554C4f4ae
Octal54741133012511411711216
Binary101100111100100111011010101011001100100111110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C3C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,60,9); }

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

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

 a { background-color: rgb(44,60,9); }

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

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

 span { border-color: rgb(44,60,9); }

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