#2B4511

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

Shades of Turtle Green #2B4511

Tints of Turtle Green #2B4511

Color information

#2B4511 (or 0x2B4511) is unknown color: approx Turtle Green. HEX triplet: 2B, 45 and 11. RGB value is (43,69,17). Sum of RGB (Red+Green+Blue) = 43+69+17=129 (17% of max value = 765). Red value is 43 (17.19% from 255 or 33.33% from 129); Green value is 69 (27.34% from 255 or 53.49% from 129); Blue value is 17 (7.03% from 255 or 13.18% from 129); Max value from RGB is 69 - color contains mainly: green. Hex color #2B4511 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B4511 is #D4BAEE. Grayscale: #373737. Windows color (decimal): -13941487 or 1131819. OLE color: 1131819.

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

Color convert

RGB436917-
CMYK0.3800.750.73
HSL90º60.47%16.86%-
HSV(B)90º75.36%27.06%-
XYZ3.234.811.29-
YUV55.3106.39119.23-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 33.33%
GREEN value IS 69 (27.34% from 255) = 53.49%
BLUE value IS 17 (7.03% from 255) = 13.18%
R=33.33%
G=53.49%
B=13.18%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4369170.3800.750.739060.4716.86
Hex2B45112604B495a3c11
Octal53105214601131111327421
Binary101011100010110001100110010010111001001101101011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,69,17); }

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

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

 a { background-color: rgb(43,69,17); }

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

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

 span { border-color: rgb(43,69,17); }

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