#2A400A

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

Shades of Turtle Green #2A400A

Tints of Turtle Green #2A400A

Color information

#2A400A (or 0x2A400A) is unknown color: approx Turtle Green. HEX triplet: 2A, 40 and 0A. RGB value is (42,64,10). Sum of RGB (Red+Green+Blue) = 42+64+10=116 (15% of max value = 765). Red value is 42 (16.80% from 255 or 36.21% from 116); Green value is 64 (25.39% from 255 or 55.17% from 116); Blue value is 10 (4.30% from 255 or 8.62% from 116); Max value from RGB is 64 - color contains mainly: green. Hex color #2A400A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A400A is #D5BFF5. Grayscale: #333333. Windows color (decimal): -14008310 or 671786. OLE color: 671786.

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

Color convert

RGB426410-
CMYK0.3400.840.75
HSL84.44º72.97%14.51%-
HSV(B)84.44º84.38%25.1%-
XYZ2.844.180.94-
YUV51.27104.71121.39-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 36.21%
GREEN value IS 64 (25.39% from 255) = 55.17%
BLUE value IS 10 (4.30% from 255) = 8.62%
R=36.21%
G=55.17%
B=8.62%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4264100.3400.840.7584.4472.9714.51
Hex2A40A220544B5449f
Octal521001242012411312411117
Binary10101010000001010100010010101001001011101010010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A400A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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