#2B3310

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

Shades of Turtle Green #2B3310

Tints of Turtle Green #2B3310

Color information

#2B3310 (or 0x2B3310) is unknown color: approx Turtle Green. HEX triplet: 2B, 33 and 10. RGB value is (43,51,16). Sum of RGB (Red+Green+Blue) = 43+51+16=110 (14% of max value = 765). Red value is 43 (17.19% from 255 or 39.09% from 110); Green value is 51 (20.31% from 255 or 46.36% from 110); Blue value is 16 (6.64% from 255 or 14.55% from 110); Max value from RGB is 51 - color contains mainly: green. Hex color #2B3310 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3310 is #D4CCEF. Grayscale: #2C2C2C. Windows color (decimal): -13946096 or 1061675. OLE color: 1061675.

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

Color convert

RGB435116-
CMYK0.1600.690.8
HSL73.71º52.24%13.14%-
HSV(B)73.71º68.63%20%-
XYZ2.272.920.93-
YUV44.62111.85126.85-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 39.09%
GREEN value IS 51 (20.31% from 255) = 46.36%
BLUE value IS 16 (6.64% from 255) = 14.55%
R=39.09%
G=46.36%
B=14.55%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4351160.1600.690.873.7152.2413.14
Hex2B331010045504a34d
Octal5363202001051201126415
Binary101011110011100001000001000101101000010010101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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