#2A350C

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

Shades of Turtle Green #2A350C

Tints of Turtle Green #2A350C

Color information

#2A350C (or 0x2A350C) is unknown color: approx Turtle Green. HEX triplet: 2A, 35 and 0C. RGB value is (42,53,12). Sum of RGB (Red+Green+Blue) = 42+53+12=107 (14% of max value = 765). Red value is 42 (16.80% from 255 or 39.25% from 107); Green value is 53 (21.09% from 255 or 49.53% from 107); Blue value is 12 (5.08% from 255 or 11.21% from 107); Max value from RGB is 53 - color contains mainly: green. Hex color #2A350C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A350C is #D5CAF3. Grayscale: #2D2D2D. Windows color (decimal): -14011124 or 800042. OLE color: 800042.

HSL color Cylindrical-coordinate representation of color #2A350C: hue angle of 76.1º degrees, saturation: 0.63, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2A350C is Cyan = 0.21, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.79.

Color convert

RGB425312-
CMYK0.2100.770.79
HSL76.1º63.08%12.75%-
HSV(B)76.1º77.36%20.78%-
XYZ2.293.060.82-
YUV45.04109.36125.83-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 39.25%
GREEN value IS 53 (21.09% from 255) = 49.53%
BLUE value IS 12 (5.08% from 255) = 11.21%
R=39.25%
G=49.53%
B=11.21%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4253120.2100.770.7976.163.0812.75
Hex2A35C1504D4F4c3fd
Octal5265142501151171147715
Binary10101011010111001010101001101100111110011001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A350C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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