#2A410B

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

Shades of Turtle Green #2A410B

Tints of Turtle Green #2A410B

Color information

#2A410B (or 0x2A410B) is unknown color: approx Turtle Green. HEX triplet: 2A, 41 and 0B. RGB value is (42,65,11). Sum of RGB (Red+Green+Blue) = 42+65+11=118 (15% of max value = 765). Red value is 42 (16.80% from 255 or 35.59% from 118); Green value is 65 (25.78% from 255 or 55.08% from 118); Blue value is 11 (4.69% from 255 or 9.32% from 118); Max value from RGB is 65 - color contains mainly: green. Hex color #2A410B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A410B is #D5BEF4. Grayscale: #343434. Windows color (decimal): -14008053 or 737578. OLE color: 737578.

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

Color convert

RGB426511-
CMYK0.3500.830.75
HSL85.56º71.05%14.9%-
HSV(B)85.56º83.08%25.49%-
XYZ2.914.30.99-
YUV51.97104.88120.89-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 35.59%
GREEN value IS 65 (25.78% from 255) = 55.08%
BLUE value IS 11 (4.69% from 255) = 9.32%
R=35.59%
G=55.08%
B=9.32%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4265110.3500.830.7585.5671.0514.9
Hex2A41B230534B5647f
Octal521011343012311312610717
Binary10101010000011011100011010100111001011101011010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A410B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,65,11); }

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

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

 a { background-color: rgb(42,65,11); }

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

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

 span { border-color: rgb(42,65,11); }

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