#2A480E

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

Shades of Turtle Green #2A480E

Tints of Turtle Green #2A480E

Color information

#2A480E (or 0x2A480E) is unknown color: approx Turtle Green. HEX triplet: 2A, 48 and 0E. RGB value is (42,72,14). Sum of RGB (Red+Green+Blue) = 42+72+14=128 (16% of max value = 765). Red value is 42 (16.80% from 255 or 32.81% from 128); Green value is 72 (28.52% from 255 or 56.25% from 128); Blue value is 14 (5.86% from 255 or 10.94% from 128); Max value from RGB is 72 - color contains mainly: green. Hex color #2A480E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A480E is #D5B7F1. Grayscale: #383838. Windows color (decimal): -14006258 or 935978. OLE color: 935978.

HSL color Cylindrical-coordinate representation of color #2A480E: hue angle of 91.03º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A480E is Cyan = 0.42, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.72.

Color convert

RGB427214-
CMYK0.4200.810.72
HSL91.03º67.44%16.86%-
HSV(B)91.03º80.56%28.24%-
XYZ3.355.161.23-
YUV56.42104.06117.72-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 32.81%
GREEN value IS 72 (28.52% from 255) = 56.25%
BLUE value IS 14 (5.86% from 255) = 10.94%
R=32.81%
G=56.25%
B=10.94%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4272140.4200.810.7291.0367.4416.86
Hex2A48E2A051485b4311
Octal521101652012111013310321
Binary101010100100011101010100101000110010001011011100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A480E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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