#2B330E

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

Shades of Turtle Green #2B330E

Tints of Turtle Green #2B330E

Color information

#2B330E (or 0x2B330E) is unknown color: approx Turtle Green. HEX triplet: 2B, 33 and 0E. RGB value is (43,51,14). Sum of RGB (Red+Green+Blue) = 43+51+14=108 (14% of max value = 765). Red value is 43 (17.19% from 255 or 39.81% from 108); Green value is 51 (20.31% from 255 or 47.22% from 108); Blue value is 14 (5.86% from 255 or 12.96% from 108); Max value from RGB is 51 - color contains mainly: green. Hex color #2B330E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B330E is #D4CCF1. Grayscale: #2C2C2C. Windows color (decimal): -13946098 or 930603. OLE color: 930603.

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

Color convert

RGB435114-
CMYK0.1600.730.8
HSL72.97º56.92%12.75%-
HSV(B)72.97º72.55%20%-
XYZ2.262.910.86-
YUV44.39110.85127.01-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 39.81%
GREEN value IS 51 (20.31% from 255) = 47.22%
BLUE value IS 14 (5.86% from 255) = 12.96%
R=39.81%
G=47.22%
B=12.96%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4351140.1600.730.872.9756.9212.75
Hex2B33E10049504939d
Octal5363162001111201117115
Binary10101111001111101000001001001101000010010011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B330E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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