#2B360D

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

Shades of Turtle Green #2B360D

Tints of Turtle Green #2B360D

Color information

#2B360D (or 0x2B360D) is unknown color: approx Turtle Green. HEX triplet: 2B, 36 and 0D. RGB value is (43,54,13). Sum of RGB (Red+Green+Blue) = 43+54+13=110 (14% of max value = 765). Red value is 43 (17.19% from 255 or 39.09% from 110); Green value is 54 (21.48% from 255 or 49.09% from 110); Blue value is 13 (5.47% from 255 or 11.82% from 110); Max value from RGB is 54 - color contains mainly: green. Hex color #2B360D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B360D is #D4C9F2. Grayscale: #2E2E2E. Windows color (decimal): -13945331 or 865835. OLE color: 865835.

HSL color Cylindrical-coordinate representation of color #2B360D: hue angle of 76.1º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2B360D is Cyan = 0.20, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.79.

Color convert

RGB435413-
CMYK0.2000.760.79
HSL76.1º61.19%13.14%-
HSV(B)76.1º75.93%21.18%-
XYZ2.393.180.87-
YUV46.04109.36125.83-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 39.09%
GREEN value IS 54 (21.48% from 255) = 49.09%
BLUE value IS 13 (5.47% from 255) = 11.82%
R=39.09%
G=49.09%
B=11.82%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4354130.2000.760.7976.161.1913.14
Hex2B36D1404C4F4c3dd
Octal5366152401141171147515
Binary10101111011011011010001001100100111110011001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B360D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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