#2C410B

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

Shades of Turtle Green #2C410B

Tints of Turtle Green #2C410B

Color information

#2C410B (or 0x2C410B) is unknown color: approx Turtle Green. HEX triplet: 2C, 41 and 0B. RGB value is (44,65,11). Sum of RGB (Red+Green+Blue) = 44+65+11=120 (15% of max value = 765). Red value is 44 (17.58% from 255 or 36.67% from 120); Green value is 65 (25.78% from 255 or 54.17% from 120); Blue value is 11 (4.69% from 255 or 9.17% from 120); Max value from RGB is 65 - color contains mainly: green. Hex color #2C410B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C410B is #D3BEF4. Grayscale: #343434. Windows color (decimal): -13876981 or 737580. OLE color: 737580.

HSL color Cylindrical-coordinate representation of color #2C410B: hue angle of 83.33º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2C410B is Cyan = 0.32, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.75.

Color convert

RGB446511-
CMYK0.3200.830.75
HSL83.33º71.05%14.9%-
HSV(B)83.33º83.08%25.49%-
XYZ2.994.341-
YUV52.56104.54121.89-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 36.67%
GREEN value IS 65 (25.78% from 255) = 54.17%
BLUE value IS 11 (4.69% from 255) = 9.17%
R=36.67%
G=54.17%
B=9.17%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4465110.3200.830.7583.3371.0514.9
Hex2C41B200534B5347f
Octal541011340012311312310717
Binary10110010000011011100000010100111001011101001110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C410B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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