#2b3304

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

Shades of Turtle Green #2B3304

Tints of Turtle Green #2B3304

Color information

#2B3304 (or 0x2B3304) is unknown color: approx Turtle Green. HEX triplet: 2B, 33 and 04. RGB value is (43,51,4). Sum of RGB (Red+Green+Blue) = 43+51+4=98 (12% of max value = 765). Red value is 43 (17.19% from 255 or 43.88% from 98); Green value is 51 (20.31% from 255 or 52.04% from 98); Blue value is 4 (1.95% from 255 or 4.08% from 98); Max value from RGB is 51 - color contains mainly: green. Hex color #2B3304 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3304 is #D4CCFB. Grayscale: #2B2B2B. Windows color (decimal): -13946108 or 275243. OLE color: 275243.

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

Color convert

RGB43514-
CMYK0.1600.920.8
HSL70.21º85.45%10.78%-
HSV(B)70.21º92.16%20%-
XYZ2.22.890.56-
YUV43.25105.85127.82-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 43.88%
GREEN value IS 51 (20.31% from 255) = 52.04%
BLUE value IS 4 (1.95% from 255) = 4.08%
R=43.88%
G=52.04%
B=4.08%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal435140.1600.920.870.2185.4510.78
Hex2B3341005C504655b
Octal5363420013412010612513
Binary10101111001110010000010111001010000100011010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2b3304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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