#2B3108

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

Shades of Turtle Green #2B3108

Tints of Turtle Green #2B3108

Color information

#2B3108 (or 0x2B3108) is unknown color: approx Turtle Green. HEX triplet: 2B, 31 and 08. RGB value is (43,49,8). Sum of RGB (Red+Green+Blue) = 43+49+8=100 (13% of max value = 765). Red value is 43 (17.19% from 255 or 43% from 100); Green value is 49 (19.53% from 255 or 49% from 100); Blue value is 8 (3.52% from 255 or 8% from 100); Max value from RGB is 49 - color contains mainly: green. Hex color #2B3108 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3108 is #D4CEF7. Grayscale: #2A2A2A. Windows color (decimal): -13946616 or 536875. OLE color: 536875.

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

Color convert

RGB43498-
CMYK0.1200.840.81
HSL68.78º71.93%11.18%-
HSV(B)68.78º83.67%19.22%-
XYZ2.142.730.64-
YUV42.53108.51128.33-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 43%
GREEN value IS 49 (19.53% from 255) = 49%
BLUE value IS 8 (3.52% from 255) = 8%
R=43%
G=49%
B=8%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal434980.1200.840.8168.7871.9311.18
Hex2B318C054514548b
Octal53611014012412110511013
Binary10101111000110001100010101001010001100010110010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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