#2B3311

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

Shades of Turtle Green #2B3311

Tints of Turtle Green #2B3311

Color information

#2B3311 (or 0x2B3311) is unknown color: approx Turtle Green. HEX triplet: 2B, 33 and 11. RGB value is (43,51,17). Sum of RGB (Red+Green+Blue) = 43+51+17=111 (14% of max value = 765). Red value is 43 (17.19% from 255 or 38.74% from 111); Green value is 51 (20.31% from 255 or 45.95% from 111); Blue value is 17 (7.03% from 255 or 15.32% from 111); Max value from RGB is 51 - color contains mainly: green. Hex color #2B3311 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3311 is #D4CCEE. Grayscale: #2C2C2C. Windows color (decimal): -13946095 or 1127211. OLE color: 1127211.

HSL color Cylindrical-coordinate representation of color #2B3311: hue angle of 74.12º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2B3311 is Cyan = 0.16, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.8.

Color convert

RGB435117-
CMYK0.1600.670.8
HSL74.12º50%13.33%-
HSV(B)74.12º66.67%20%-
XYZ2.282.920.97-
YUV44.73112.35126.76-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 38.74%
GREEN value IS 51 (20.31% from 255) = 45.95%
BLUE value IS 17 (7.03% from 255) = 15.32%
R=38.74%
G=45.95%
B=15.32%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4351170.1600.670.874.125013.33
Hex2B331110043504a32d
Octal5363212001031201126215
Binary101011110011100011000001000011101000010010101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,51,17); }

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

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

 a { background-color: rgb(43,51,17); }

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

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

 span { border-color: rgb(43,51,17); }

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