#2B3213

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

Shades of Turtle Green #2B3213

Tints of Turtle Green #2B3213

Color information

#2B3213 (or 0x2B3213) is unknown color: approx Turtle Green. HEX triplet: 2B, 32 and 13. RGB value is (43,50,19). Sum of RGB (Red+Green+Blue) = 43+50+19=112 (14% of max value = 765). Red value is 43 (17.19% from 255 or 38.39% from 112); Green value is 50 (19.92% from 255 or 44.64% from 112); Blue value is 19 (7.81% from 255 or 16.96% from 112); Max value from RGB is 50 - color contains mainly: green. Hex color #2B3213 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3213 is #D4CDEC. Grayscale: #2C2C2C. Windows color (decimal): -13946349 or 1258027. OLE color: 1258027.

HSL color Cylindrical-coordinate representation of color #2B3213: hue angle of 73.55º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2B3213 is Cyan = 0.14, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.80.

Color convert

RGB435019-
CMYK0.1400.620.80
HSL73.55º44.93%13.53%-
HSV(B)73.55º62%19.61%-
XYZ2.252.841.05-
YUV44.37113.68127.02-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 38.39%
GREEN value IS 50 (19.92% from 255) = 44.64%
BLUE value IS 19 (7.81% from 255) = 16.96%
R=38.39%
G=44.64%
B=16.96%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4350190.1400.620.8073.5544.9313.53
Hex2B3213E03E504a2de
Octal536223160761201125516
Binary1010111100101001111100111110101000010010101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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