#2B3208

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

Shades of Turtle Green #2B3208

Tints of Turtle Green #2B3208

Color information

#2B3208 (or 0x2B3208) is unknown color: approx Turtle Green. HEX triplet: 2B, 32 and 08. RGB value is (43,50,8). Sum of RGB (Red+Green+Blue) = 43+50+8=101 (13% of max value = 765). Red value is 43 (17.19% from 255 or 42.57% from 101); Green value is 50 (19.92% from 255 or 49.50% from 101); Blue value is 8 (3.52% from 255 or 7.92% from 101); Max value from RGB is 50 - color contains mainly: green. Hex color #2B3208 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3208 is #D4CDF7. Grayscale: #2B2B2B. Windows color (decimal): -13946360 or 537131. OLE color: 537131.

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

Color convert

RGB43508-
CMYK0.1400.840.80
HSL70º72.41%11.37%-
HSV(B)70º84%19.61%-
XYZ2.182.810.66-
YUV43.12108.18127.92-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 42.57%
GREEN value IS 50 (19.92% from 255) = 49.50%
BLUE value IS 8 (3.52% from 255) = 7.92%
R=42.57%
G=49.50%
B=7.92%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal435080.1400.840.807072.4111.37
Hex2B328E054504648b
Octal53621016012412010611013
Binary10101111001010001110010101001010000100011010010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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