#2A3104

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

Shades of Turtle Green #2A3104

Tints of Turtle Green #2A3104

Color information

#2A3104 (or 0x2A3104) is unknown color: approx Turtle Green. HEX triplet: 2A, 31 and 04. RGB value is (42,49,4). Sum of RGB (Red+Green+Blue) = 42+49+4=95 (12% of max value = 765). Red value is 42 (16.80% from 255 or 44.21% from 95); Green value is 49 (19.53% from 255 or 51.58% from 95); Blue value is 4 (1.95% from 255 or 4.21% from 95); Max value from RGB is 49 - color contains mainly: green. Hex color #2A3104 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A3104 is #D5CEFB. Grayscale: #292929. Windows color (decimal): -14012156 or 274730. OLE color: 274730.

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

Color convert

RGB42494-
CMYK0.1400.920.81
HSL69.33º84.91%10.39%-
HSV(B)69.33º91.84%19.22%-
XYZ2.082.70.53-
YUV41.78106.68128.16-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 44.21%
GREEN value IS 49 (19.53% from 255) = 51.58%
BLUE value IS 4 (1.95% from 255) = 4.21%
R=44.21%
G=51.58%
B=4.21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal424940.1400.920.8169.3384.9110.39
Hex2A314E05C514555a
Octal5261416013412110512512
Binary1010101100011001110010111001010001100010110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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