#2B410C

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

Shades of Turtle Green #2B410C

Tints of Turtle Green #2B410C

Color information

#2B410C (or 0x2B410C) is unknown color: approx Turtle Green. HEX triplet: 2B, 41 and 0C. RGB value is (43,65,12). Sum of RGB (Red+Green+Blue) = 43+65+12=120 (15% of max value = 765). Red value is 43 (17.19% from 255 or 35.83% from 120); Green value is 65 (25.78% from 255 or 54.17% from 120); Blue value is 12 (5.08% from 255 or 10% from 120); Max value from RGB is 65 - color contains mainly: green. Hex color #2B410C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B410C is #D4BEF3. Grayscale: #343434. Windows color (decimal): -13942516 or 803115. OLE color: 803115.

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

Color convert

RGB436512-
CMYK0.3400.820.75
HSL84.91º68.83%15.1%-
HSV(B)84.91º81.54%25.49%-
XYZ2.954.321.03-
YUV52.38105.21121.31-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 35.83%
GREEN value IS 65 (25.78% from 255) = 54.17%
BLUE value IS 12 (5.08% from 255) = 10%
R=35.83%
G=54.17%
B=10%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4365120.3400.820.7584.9168.8315.1
Hex2B41C220524B5545f
Octal531011442012211312510517
Binary10101110000011100100010010100101001011101010110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B410C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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