#2B4212

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

Shades of Turtle Green #2B4212

Tints of Turtle Green #2B4212

Color information

#2B4212 (or 0x2B4212) is unknown color: approx Turtle Green. HEX triplet: 2B, 42 and 12. RGB value is (43,66,18). Sum of RGB (Red+Green+Blue) = 43+66+18=127 (16% of max value = 765). Red value is 43 (17.19% from 255 or 33.86% from 127); Green value is 66 (26.17% from 255 or 51.97% from 127); Blue value is 18 (7.42% from 255 or 14.17% from 127); Max value from RGB is 66 - color contains mainly: green. Hex color #2B4212 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B4212 is #D4BDED. Grayscale: #353535. Windows color (decimal): -13942254 or 1196587. OLE color: 1196587.

HSL color Cylindrical-coordinate representation of color #2B4212: hue angle of 88.75º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B4212 is Cyan = 0.35, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.74.

Color convert

RGB436618-
CMYK0.3500.730.74
HSL88.75º57.14%16.47%-
HSV(B)88.75º72.73%25.88%-
XYZ3.054.451.27-
YUV53.65107.88120.4-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 33.86%
GREEN value IS 66 (26.17% from 255) = 51.97%
BLUE value IS 18 (7.42% from 255) = 14.17%
R=33.86%
G=51.97%
B=14.17%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4366180.3500.730.7488.7557.1416.47
Hex2B4212230494A593910
Octal53102224301111121317120
Binary101011100001010010100011010010011001010101100111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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