#2B400E

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

Shades of Turtle Green #2B400E

Tints of Turtle Green #2B400E

Color information

#2B400E (or 0x2B400E) is unknown color: approx Turtle Green. HEX triplet: 2B, 40 and 0E. RGB value is (43,64,14). Sum of RGB (Red+Green+Blue) = 43+64+14=121 (16% of max value = 765). Red value is 43 (17.19% from 255 or 35.54% from 121); Green value is 64 (25.39% from 255 or 52.89% from 121); Blue value is 14 (5.86% from 255 or 11.57% from 121); Max value from RGB is 64 - color contains mainly: green. Hex color #2B400E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B400E is #D4BFF1. Grayscale: #343434. Windows color (decimal): -13942770 or 933931. OLE color: 933931.

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

Color convert

RGB436414-
CMYK0.3300.780.75
HSL85.2º64.1%15.29%-
HSV(B)85.2º78.12%25.1%-
XYZ2.914.211.08-
YUV52.02106.54121.57-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 35.54%
GREEN value IS 64 (25.39% from 255) = 52.89%
BLUE value IS 14 (5.86% from 255) = 11.57%
R=35.54%
G=52.89%
B=11.57%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4364140.3300.780.7585.264.115.29
Hex2B40E2104E4B5540f
Octal531001641011611312510017
Binary10101110000001110100001010011101001011101010110000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B400E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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