#2C360B

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

Shades of Turtle Green #2C360B

Tints of Turtle Green #2C360B

Color information

#2C360B (or 0x2C360B) is unknown color: approx Turtle Green. HEX triplet: 2C, 36 and 0B. RGB value is (44,54,11). Sum of RGB (Red+Green+Blue) = 44+54+11=109 (14% of max value = 765). Red value is 44 (17.58% from 255 or 40.37% from 109); Green value is 54 (21.48% from 255 or 49.54% from 109); Blue value is 11 (4.69% from 255 or 10.09% from 109); Max value from RGB is 54 - color contains mainly: green. Hex color #2C360B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C360B is #D3C9F4. Grayscale: #2E2E2E. Windows color (decimal): -13879797 or 734764. OLE color: 734764.

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

Color convert

RGB445411-
CMYK0.1900.800.79
HSL73.95º66.15%12.75%-
HSV(B)73.95º79.63%21.18%-
XYZ2.423.20.81-
YUV46.11108.19126.5-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 40.37%
GREEN value IS 54 (21.48% from 255) = 49.54%
BLUE value IS 11 (4.69% from 255) = 10.09%
R=40.37%
G=49.54%
B=10.09%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4454110.1900.800.7973.9566.1512.75
Hex2C36B130504F4a42d
Octal54661323012011711210215
Binary101100110110101110011010100001001111100101010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C360B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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