#2B330D

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

Shades of Turtle Green #2B330D

Tints of Turtle Green #2B330D

Color information

#2B330D (or 0x2B330D) is unknown color: approx Turtle Green. HEX triplet: 2B, 33 and 0D. RGB value is (43,51,13). Sum of RGB (Red+Green+Blue) = 43+51+13=107 (14% of max value = 765). Red value is 43 (17.19% from 255 or 40.19% from 107); Green value is 51 (20.31% from 255 or 47.66% from 107); Blue value is 13 (5.47% from 255 or 12.15% from 107); Max value from RGB is 51 - color contains mainly: green. Hex color #2B330D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B330D is #D4CCF2. Grayscale: #2C2C2C. Windows color (decimal): -13946099 or 865067. OLE color: 865067.

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

Color convert

RGB435113-
CMYK0.1600.750.8
HSL72.63º59.38%12.55%-
HSV(B)72.63º74.51%20%-
XYZ2.252.910.82-
YUV44.28110.35127.09-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 40.19%
GREEN value IS 51 (20.31% from 255) = 47.66%
BLUE value IS 13 (5.47% from 255) = 12.15%
R=40.19%
G=47.66%
B=12.15%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4351130.1600.750.872.6359.3812.55
Hex2B33D1004B50493bd
Octal5363152001131201117315
Binary10101111001111011000001001011101000010010011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B330D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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