#2A400E

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

Shades of Turtle Green #2A400E

Tints of Turtle Green #2A400E

Color information

#2A400E (or 0x2A400E) is unknown color: approx Turtle Green. HEX triplet: 2A, 40 and 0E. RGB value is (42,64,14). Sum of RGB (Red+Green+Blue) = 42+64+14=120 (15% of max value = 765). Red value is 42 (16.80% from 255 or 35% from 120); Green value is 64 (25.39% from 255 or 53.33% from 120); Blue value is 14 (5.86% from 255 or 11.67% from 120); Max value from RGB is 64 - color contains mainly: green. Hex color #2A400E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A400E is #D5BFF1. Grayscale: #333333. Windows color (decimal): -14008306 or 933930. OLE color: 933930.

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

Color convert

RGB426414-
CMYK0.3400.780.75
HSL86.4º64.1%15.29%-
HSV(B)86.4º78.12%25.1%-
XYZ2.874.191.07-
YUV51.72106.71121.07-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 35%
GREEN value IS 64 (25.39% from 255) = 53.33%
BLUE value IS 14 (5.86% from 255) = 11.67%
R=35%
G=53.33%
B=11.67%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4264140.3400.780.7586.464.115.29
Hex2A40E2204E4B5640f
Octal521001642011611312610017
Binary10101010000001110100010010011101001011101011010000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A400E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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