#2B3312

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

Shades of Turtle Green #2B3312

Tints of Turtle Green #2B3312

Color information

#2B3312 (or 0x2B3312) is unknown color: approx Turtle Green. HEX triplet: 2B, 33 and 12. RGB value is (43,51,18). Sum of RGB (Red+Green+Blue) = 43+51+18=112 (14% of max value = 765). Red value is 43 (17.19% from 255 or 38.39% from 112); Green value is 51 (20.31% from 255 or 45.54% from 112); Blue value is 18 (7.42% from 255 or 16.07% from 112); Max value from RGB is 51 - color contains mainly: green. Hex color #2B3312 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3312 is #D4CCED. Grayscale: #2C2C2C. Windows color (decimal): -13946094 or 1192747. OLE color: 1192747.

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

Color convert

RGB435118-
CMYK0.1600.650.8
HSL74.55º47.83%13.53%-
HSV(B)74.55º64.71%20%-
XYZ2.292.921.02-
YUV44.85112.85126.68-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 38.39%
GREEN value IS 51 (20.31% from 255) = 45.54%
BLUE value IS 18 (7.42% from 255) = 16.07%
R=38.39%
G=45.54%
B=16.07%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4351180.1600.650.874.5547.8313.53
Hex2B331210041504b30e
Octal5363222001011201136016
Binary101011110011100101000001000001101000010010111100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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