#2B440B

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

Shades of Turtle Green #2B440B

Tints of Turtle Green #2B440B

Color information

#2B440B (or 0x2B440B) is unknown color: approx Turtle Green. HEX triplet: 2B, 44 and 0B. RGB value is (43,68,11). Sum of RGB (Red+Green+Blue) = 43+68+11=122 (16% of max value = 765). Red value is 43 (17.19% from 255 or 35.25% from 122); Green value is 68 (26.95% from 255 or 55.74% from 122); Blue value is 11 (4.69% from 255 or 9.02% from 122); Max value from RGB is 68 - color contains mainly: green. Hex color #2B440B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B440B is #D4BBF4. Grayscale: #363636. Windows color (decimal): -13941749 or 738347. OLE color: 738347.

HSL color Cylindrical-coordinate representation of color #2B440B: hue angle of 86.32º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2B440B is Cyan = 0.37, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.73.

Color convert

RGB436811-
CMYK0.3700.840.73
HSL86.32º72.15%15.49%-
HSV(B)86.32º83.82%26.67%-
XYZ3.124.671.05-
YUV54.03103.72120.13-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 35.25%
GREEN value IS 68 (26.95% from 255) = 55.74%
BLUE value IS 11 (4.69% from 255) = 9.02%
R=35.25%
G=55.74%
B=9.02%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4368110.3700.840.7386.3272.1515.49
Hex2B44B25054495648f
Octal531041345012411112611017
Binary10101110001001011100101010101001001001101011010010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B440B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,68,11); }

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

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

 a { background-color: rgb(43,68,11); }

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

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

 span { border-color: rgb(43,68,11); }

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