#2B4412

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

Shades of Turtle Green #2B4412

Tints of Turtle Green #2B4412

Color information

#2B4412 (or 0x2B4412) is unknown color: approx Turtle Green. HEX triplet: 2B, 44 and 12. RGB value is (43,68,18). Sum of RGB (Red+Green+Blue) = 43+68+18=129 (17% of max value = 765). Red value is 43 (17.19% from 255 or 33.33% from 129); Green value is 68 (26.95% from 255 or 52.71% from 129); Blue value is 18 (7.42% from 255 or 13.95% from 129); Max value from RGB is 68 - color contains mainly: green. Hex color #2B4412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B4412 is #D4BBED. Grayscale: #363636. Windows color (decimal): -13941742 or 1197099. OLE color: 1197099.

HSL color Cylindrical-coordinate representation of color #2B4412: hue angle of 90º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2B4412 is Cyan = 0.37, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.73.

Color convert

RGB436818-
CMYK0.3700.740.73
HSL90º58.14%16.86%-
HSV(B)90º73.53%26.67%-
XYZ3.174.691.31-
YUV54.82107.22119.57-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 33.33%
GREEN value IS 68 (26.95% from 255) = 52.71%
BLUE value IS 18 (7.42% from 255) = 13.95%
R=33.33%
G=52.71%
B=13.95%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4368180.3700.740.739058.1416.86
Hex2B44122504A495a3a11
Octal53104224501121111327221
Binary101011100010010010100101010010101001001101101011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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