#2B3305

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

Shades of Turtle Green #2B3305

Tints of Turtle Green #2B3305

Color information

#2B3305 (or 0x2B3305) is unknown color: approx Turtle Green. HEX triplet: 2B, 33 and 05. RGB value is (43,51,5). Sum of RGB (Red+Green+Blue) = 43+51+5=99 (13% of max value = 765). Red value is 43 (17.19% from 255 or 43.43% from 99); Green value is 51 (20.31% from 255 or 51.52% from 99); Blue value is 5 (2.34% from 255 or 5.05% from 99); Max value from RGB is 51 - color contains mainly: green. Hex color #2B3305 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3305 is #D4CCFA. Grayscale: #2B2B2B. Windows color (decimal): -13946107 or 340779. OLE color: 340779.

HSL color Cylindrical-coordinate representation of color #2B3305: hue angle of 70.43º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2B3305 is Cyan = 0.16, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.8.

Color convert

RGB43515-
CMYK0.1600.900.8
HSL70.43º82.14%10.98%-
HSV(B)70.43º90.2%20%-
XYZ2.212.890.59-
YUV43.36106.35127.74-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 43.43%
GREEN value IS 51 (20.31% from 255) = 51.52%
BLUE value IS 5 (2.34% from 255) = 5.05%
R=43.43%
G=51.52%
B=5.05%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal435150.1600.900.870.4382.1410.98
Hex2B3351005A504652b
Octal5363520013212010612213
Binary10101111001110110000010110101010000100011010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,51,5); }

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

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

 a { background-color: rgb(43,51,5); }

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

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

 span { border-color: rgb(43,51,5); }

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