#2A320F

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

Shades of Turtle Green #2A320F

Tints of Turtle Green #2A320F

Color information

#2A320F (or 0x2A320F) is unknown color: approx Turtle Green. HEX triplet: 2A, 32 and 0F. RGB value is (42,50,15). Sum of RGB (Red+Green+Blue) = 42+50+15=107 (14% of max value = 765). Red value is 42 (16.80% from 255 or 39.25% from 107); Green value is 50 (19.92% from 255 or 46.73% from 107); Blue value is 15 (6.25% from 255 or 14.02% from 107); Max value from RGB is 50 - color contains mainly: green. Hex color #2A320F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A320F is #D5CDF0. Grayscale: #2B2B2B. Windows color (decimal): -14011889 or 995882. OLE color: 995882.

HSL color Cylindrical-coordinate representation of color #2A320F: hue angle of 73.71º degrees, saturation: 0.54, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2A320F is Cyan = 0.16, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.80.

Color convert

RGB425015-
CMYK0.1600.700.80
HSL73.71º53.85%12.75%-
HSV(B)73.71º70%19.61%-
XYZ2.182.810.88-
YUV43.62111.85126.85-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 39.25%
GREEN value IS 50 (19.92% from 255) = 46.73%
BLUE value IS 15 (6.25% from 255) = 14.02%
R=39.25%
G=46.73%
B=14.02%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4250150.1600.700.8073.7153.8512.75
Hex2A32F10046504a36d
Octal5262172001061201126615
Binary10101011001011111000001000110101000010010101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A320F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,50,15); }

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

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

 a { background-color: rgb(42,50,15); }

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

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

 span { border-color: rgb(42,50,15); }

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