#2C500B

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

Shades of Turtle Green #2C500B

Tints of Turtle Green #2C500B

Color information

#2C500B (or 0x2C500B) is unknown color: approx Turtle Green. HEX triplet: 2C, 50 and 0B. RGB value is (44,80,11). Sum of RGB (Red+Green+Blue) = 44+80+11=135 (17% of max value = 765). Red value is 44 (17.58% from 255 or 32.59% from 135); Green value is 80 (31.64% from 255 or 59.26% from 135); Blue value is 11 (4.69% from 255 or 8.15% from 135); Max value from RGB is 80 - color contains mainly: green. Hex color #2C500B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C500B is #D3AFF4. Grayscale: #3D3D3D. Windows color (decimal): -13873141 or 741420. OLE color: 741420.

HSL color Cylindrical-coordinate representation of color #2C500B: hue angle of 91.3º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2C500B is Cyan = 0.45, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.69.

Color convert

RGB448011-
CMYK0.4500.860.69
HSL91.3º75.82%17.84%-
HSV(B)91.3º86.25%31.37%-
XYZ3.976.31.32-
YUV61.3799.57115.61-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 32.59%
GREEN value IS 80 (31.64% from 255) = 59.26%
BLUE value IS 11 (4.69% from 255) = 8.15%
R=32.59%
G=59.26%
B=8.15%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4480110.4500.860.6991.375.8217.84
Hex2C50B2D056455b4c12
Octal541201355012610513311422
Binary101100101000010111011010101011010001011011011100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C500B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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