#2C5B06

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

Shades of Turtle Green #2C5B06

Tints of Turtle Green #2C5B06

Color information

#2C5B06 (or 0x2C5B06) is unknown color: approx Turtle Green. HEX triplet: 2C, 5B and 06. RGB value is (44,91,6). Sum of RGB (Red+Green+Blue) = 44+91+6=141 (18% of max value = 765). Red value is 44 (17.58% from 255 or 31.21% from 141); Green value is 91 (35.94% from 255 or 64.54% from 141); Blue value is 6 (2.73% from 255 or 4.26% from 141); Max value from RGB is 91 - color contains mainly: green. Hex color #2C5B06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C5B06 is #D3A4F9. Grayscale: #434343. Windows color (decimal): -13870330 or 416556. OLE color: 416556.

HSL color Cylindrical-coordinate representation of color #2C5B06: hue angle of 93.18º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2C5B06 is Cyan = 0.52, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.64.

Color convert

RGB44916-
CMYK0.5200.930.64
HSL93.18º87.63%19.02%-
HSV(B)93.18º93.41%35.69%-
XYZ4.818.031.47-
YUV67.2693.43111.41-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 31.21%
GREEN value IS 91 (35.94% from 255) = 64.54%
BLUE value IS 6 (2.73% from 255) = 4.26%
R=31.21%
G=64.54%
B=4.26%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal449160.5200.930.6493.1887.6319.02
Hex2C5B63405D405d5813
Octal54133664013510013513023
Binary10110010110111101101000101110110000001011101101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C5B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,91,6); }

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

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

 a { background-color: rgb(44,91,6); }

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

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

 span { border-color: rgb(44,91,6); }

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