#2B4111

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

Shades of Turtle Green #2B4111

Tints of Turtle Green #2B4111

Color information

#2B4111 (or 0x2B4111) is unknown color: approx Turtle Green. HEX triplet: 2B, 41 and 11. RGB value is (43,65,17). Sum of RGB (Red+Green+Blue) = 43+65+17=125 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.4% from 125); Green value is 65 (25.78% from 255 or 52% from 125); Blue value is 17 (7.03% from 255 or 13.6% from 125); Max value from RGB is 65 - color contains mainly: green. Hex color #2B4111 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B4111 is #D4BEEE. Grayscale: #353535. Windows color (decimal): -13942511 or 1130795. OLE color: 1130795.

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

Color convert

RGB436517-
CMYK0.3400.740.75
HSL87.5º58.54%16.08%-
HSV(B)87.5º73.85%25.49%-
XYZ2.994.331.21-
YUV52.95107.71120.9-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 34.4%
GREEN value IS 65 (25.78% from 255) = 52%
BLUE value IS 17 (7.03% from 255) = 13.6%
R=34.4%
G=52%
B=13.6%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4365170.3400.740.7587.558.5416.08
Hex2B41112204A4B583b10
Octal53101214201121131307320
Binary101011100000110001100010010010101001011101100011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,65,17); }

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

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

 a { background-color: rgb(43,65,17); }

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

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

 span { border-color: rgb(43,65,17); }

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