#2A390C

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

Shades of Turtle Green #2A390C

Tints of Turtle Green #2A390C

Color information

#2A390C (or 0x2A390C) is unknown color: approx Turtle Green. HEX triplet: 2A, 39 and 0C. RGB value is (42,57,12). Sum of RGB (Red+Green+Blue) = 42+57+12=111 (14% of max value = 765). Red value is 42 (16.80% from 255 or 37.84% from 111); Green value is 57 (22.66% from 255 or 51.35% from 111); Blue value is 12 (5.08% from 255 or 10.81% from 111); Max value from RGB is 57 - color contains mainly: green. Hex color #2A390C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A390C is #D5C6F3. Grayscale: #2F2F2F. Windows color (decimal): -14010100 or 801066. OLE color: 801066.

HSL color Cylindrical-coordinate representation of color #2A390C: hue angle of 80º degrees, saturation: 0.65, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2A390C is Cyan = 0.26, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.78.

Color convert

RGB425712-
CMYK0.2600.790.78
HSL80º65.22%13.53%-
HSV(B)80º78.95%22.35%-
XYZ2.483.450.88-
YUV47.38108.03124.16-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 37.84%
GREEN value IS 57 (22.66% from 255) = 51.35%
BLUE value IS 12 (5.08% from 255) = 10.81%
R=37.84%
G=51.35%
B=10.81%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4257120.2600.790.788065.2213.53
Hex2A39C1A04F4E5041e
Octal52711432011711612010116
Binary101010111001110011010010011111001110101000010000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A390C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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