#2A340C

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

Shades of Turtle Green #2A340C

Tints of Turtle Green #2A340C

Color information

#2A340C (or 0x2A340C) is unknown color: approx Turtle Green. HEX triplet: 2A, 34 and 0C. RGB value is (42,52,12). Sum of RGB (Red+Green+Blue) = 42+52+12=106 (14% of max value = 765). Red value is 42 (16.80% from 255 or 39.62% from 106); Green value is 52 (20.70% from 255 or 49.06% from 106); Blue value is 12 (5.08% from 255 or 11.32% from 106); Max value from RGB is 52 - color contains mainly: green. Hex color #2A340C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A340C is #D5CBF3. Grayscale: #2C2C2C. Windows color (decimal): -14011380 or 799786. OLE color: 799786.

HSL color Cylindrical-coordinate representation of color #2A340C: hue angle of 75º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2A340C is Cyan = 0.19, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.80.

Color convert

RGB425212-
CMYK0.1900.770.80
HSL75º62.5%12.55%-
HSV(B)75º76.92%20.39%-
XYZ2.252.970.8-
YUV44.45109.69126.25-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 39.62%
GREEN value IS 52 (20.70% from 255) = 49.06%
BLUE value IS 12 (5.08% from 255) = 11.32%
R=39.62%
G=49.06%
B=11.32%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4252120.1900.770.807562.512.55
Hex2A34C1304D504b3ed
Octal5264142301151201137615
Binary10101011010011001001101001101101000010010111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A340C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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