#2B4110

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

Shades of Turtle Green #2B4110

Tints of Turtle Green #2B4110

Color information

#2B4110 (or 0x2B4110) is unknown color: approx Turtle Green. HEX triplet: 2B, 41 and 10. RGB value is (43,65,16). Sum of RGB (Red+Green+Blue) = 43+65+16=124 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.68% from 124); Green value is 65 (25.78% from 255 or 52.42% from 124); Blue value is 16 (6.64% from 255 or 12.90% from 124); Max value from RGB is 65 - color contains mainly: green. Hex color #2B4110 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B4110 is #D4BEEF. Grayscale: #353535. Windows color (decimal): -13942512 or 1065259. OLE color: 1065259.

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

Color convert

RGB436516-
CMYK0.3400.750.75
HSL86.94º60.49%15.88%-
HSV(B)86.94º75.38%25.49%-
XYZ2.984.331.17-
YUV52.84107.21120.98-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 34.68%
GREEN value IS 65 (25.78% from 255) = 52.42%
BLUE value IS 16 (6.64% from 255) = 12.90%
R=34.68%
G=52.42%
B=12.90%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4365160.3400.750.7586.9460.4915.88
Hex2B41102204B4B573c10
Octal53101204201131131277420
Binary101011100000110000100010010010111001011101011111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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