#2A310A

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

Shades of Turtle Green #2A310A

Tints of Turtle Green #2A310A

Color information

#2A310A (or 0x2A310A) is unknown color: approx Turtle Green. HEX triplet: 2A, 31 and 0A. RGB value is (42,49,10). Sum of RGB (Red+Green+Blue) = 42+49+10=101 (13% of max value = 765). Red value is 42 (16.80% from 255 or 41.58% from 101); Green value is 49 (19.53% from 255 or 48.51% from 101); Blue value is 10 (4.30% from 255 or 9.90% from 101); Max value from RGB is 49 - color contains mainly: green. Hex color #2A310A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A310A is #D5CEF5. Grayscale: #2A2A2A. Windows color (decimal): -14012150 or 667946. OLE color: 667946.

HSL color Cylindrical-coordinate representation of color #2A310A: hue angle of 70.77º degrees, saturation: 0.66, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2A310A is Cyan = 0.14, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.81.

Color convert

RGB424910-
CMYK0.1400.800.81
HSL70.77º66.1%11.57%-
HSV(B)70.77º79.59%19.22%-
XYZ2.112.710.7-
YUV42.46109.68127.67-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 41.58%
GREEN value IS 49 (19.53% from 255) = 48.51%
BLUE value IS 10 (4.30% from 255) = 9.90%
R=41.58%
G=48.51%
B=9.90%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4249100.1400.800.8170.7766.111.57
Hex2A31AE050514742c
Octal52611216012012110710214
Binary10101011000110101110010100001010001100011110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A310A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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