#2B3513

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

Shades of Turtle Green #2B3513

Tints of Turtle Green #2B3513

Color information

#2B3513 (or 0x2B3513) is unknown color: approx Turtle Green. HEX triplet: 2B, 35 and 13. RGB value is (43,53,19). Sum of RGB (Red+Green+Blue) = 43+53+19=115 (15% of max value = 765). Red value is 43 (17.19% from 255 or 37.39% from 115); Green value is 53 (21.09% from 255 or 46.09% from 115); Blue value is 19 (7.81% from 255 or 16.52% from 115); Max value from RGB is 53 - color contains mainly: green. Hex color #2B3513 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3513 is #D4CAEC. Grayscale: #2E2E2E. Windows color (decimal): -13945581 or 1258795. OLE color: 1258795.

HSL color Cylindrical-coordinate representation of color #2B3513: hue angle of 77.65º degrees, saturation: 0.47, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2B3513 is Cyan = 0.19, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.79.

Color convert

RGB435319-
CMYK0.1900.640.79
HSL77.65º47.22%14.12%-
HSV(B)77.65º64.15%20.78%-
XYZ2.393.111.09-
YUV46.13112.69125.76-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 37.39%
GREEN value IS 53 (21.09% from 255) = 46.09%
BLUE value IS 19 (7.81% from 255) = 16.52%
R=37.39%
G=46.09%
B=16.52%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4353190.1900.640.7977.6547.2214.12
Hex2B3513130404F4e2fe
Octal5365232301001171165716
Binary101011110101100111001101000000100111110011101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,53,19); }

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

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

 a { background-color: rgb(43,53,19); }

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

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

 span { border-color: rgb(43,53,19); }

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