#2C360D

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

Shades of Turtle Green #2C360D

Tints of Turtle Green #2C360D

Color information

#2C360D (or 0x2C360D) is unknown color: approx Turtle Green. HEX triplet: 2C, 36 and 0D. RGB value is (44,54,13). Sum of RGB (Red+Green+Blue) = 44+54+13=111 (14% of max value = 765). Red value is 44 (17.58% from 255 or 39.64% from 111); Green value is 54 (21.48% from 255 or 48.65% from 111); Blue value is 13 (5.47% from 255 or 11.71% from 111); Max value from RGB is 54 - color contains mainly: green. Hex color #2C360D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C360D is #D3C9F2. Grayscale: #2E2E2E. Windows color (decimal): -13879795 or 865836. OLE color: 865836.

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

Color convert

RGB445413-
CMYK0.1900.760.79
HSL74.63º61.19%13.14%-
HSV(B)74.63º75.93%21.18%-
XYZ2.433.20.87-
YUV46.34109.19126.33-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 39.64%
GREEN value IS 54 (21.48% from 255) = 48.65%
BLUE value IS 13 (5.47% from 255) = 11.71%
R=39.64%
G=48.65%
B=11.71%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4454130.1900.760.7974.6361.1913.14
Hex2C36D1304C4F4b3dd
Octal5466152301141171137515
Binary10110011011011011001101001100100111110010111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C360D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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