#2A310C

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

Shades of Turtle Green #2A310C

Tints of Turtle Green #2A310C

Color information

#2A310C (or 0x2A310C) is unknown color: approx Turtle Green. HEX triplet: 2A, 31 and 0C. RGB value is (42,49,12). Sum of RGB (Red+Green+Blue) = 42+49+12=103 (13% of max value = 765). Red value is 42 (16.80% from 255 or 40.78% from 103); Green value is 49 (19.53% from 255 or 47.57% from 103); Blue value is 12 (5.08% from 255 or 11.65% from 103); Max value from RGB is 49 - color contains mainly: green. Hex color #2A310C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A310C is #D5CEF3. Grayscale: #2A2A2A. Windows color (decimal): -14012148 or 799018. OLE color: 799018.

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

Color convert

RGB424912-
CMYK0.1400.760.81
HSL71.35º60.66%11.96%-
HSV(B)71.35º75.51%19.22%-
XYZ2.122.720.76-
YUV42.69110.68127.51-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 40.78%
GREEN value IS 49 (19.53% from 255) = 47.57%
BLUE value IS 12 (5.08% from 255) = 11.65%
R=40.78%
G=47.57%
B=11.65%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4249120.1400.760.8171.3560.6611.96
Hex2A31CE04C51473dc
Octal5261141601141211077514
Binary1010101100011100111001001100101000110001111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A310C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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