#2A400D

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

Shades of Turtle Green #2A400D

Tints of Turtle Green #2A400D

Color information

#2A400D (or 0x2A400D) is unknown color: approx Turtle Green. HEX triplet: 2A, 40 and 0D. RGB value is (42,64,13). Sum of RGB (Red+Green+Blue) = 42+64+13=119 (15% of max value = 765). Red value is 42 (16.80% from 255 or 35.29% from 119); Green value is 64 (25.39% from 255 or 53.78% from 119); Blue value is 13 (5.47% from 255 or 10.92% from 119); Max value from RGB is 64 - color contains mainly: green. Hex color #2A400D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A400D is #D5BFF2. Grayscale: #333333. Windows color (decimal): -14008307 or 868394. OLE color: 868394.

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

Color convert

RGB426413-
CMYK0.3400.800.75
HSL85.88º66.23%15.1%-
HSV(B)85.88º79.69%25.1%-
XYZ2.864.191.04-
YUV51.61106.21121.15-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 35.29%
GREEN value IS 64 (25.39% from 255) = 53.78%
BLUE value IS 13 (5.47% from 255) = 10.92%
R=35.29%
G=53.78%
B=10.92%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4264130.3400.800.7585.8866.2315.1
Hex2A40D220504B5642f
Octal521001542012011312610217
Binary10101010000001101100010010100001001011101011010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A400D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,64,13); }

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

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

 a { background-color: rgb(42,64,13); }

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

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

 span { border-color: rgb(42,64,13); }

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