#2B400D

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

Shades of Turtle Green #2B400D

Tints of Turtle Green #2B400D

Color information

#2B400D (or 0x2B400D) is unknown color: approx Turtle Green. HEX triplet: 2B, 40 and 0D. RGB value is (43,64,13). Sum of RGB (Red+Green+Blue) = 43+64+13=120 (15% of max value = 765). Red value is 43 (17.19% from 255 or 35.83% from 120); Green value is 64 (25.39% from 255 or 53.33% from 120); Blue value is 13 (5.47% from 255 or 10.83% from 120); Max value from RGB is 64 - color contains mainly: green. Hex color #2B400D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B400D is #D4BFF2. Grayscale: #343434. Windows color (decimal): -13942771 or 868395. OLE color: 868395.

HSL color Cylindrical-coordinate representation of color #2B400D: hue angle of 84.71º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B400D is Cyan = 0.33, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.75.

Color convert

RGB436413-
CMYK0.3300.800.75
HSL84.71º66.23%15.1%-
HSV(B)84.71º79.69%25.1%-
XYZ2.94.211.04-
YUV51.91106.04121.65-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 35.83%
GREEN value IS 64 (25.39% from 255) = 53.33%
BLUE value IS 13 (5.47% from 255) = 10.83%
R=35.83%
G=53.33%
B=10.83%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4364130.3300.800.7584.7166.2315.1
Hex2B40D210504B5542f
Octal531001541012011312510217
Binary10101110000001101100001010100001001011101010110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B400D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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