#2A930D

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

Shades of Forest Green #2A930D

Tints of Forest Green #2A930D

Color information

#2A930D (or 0x2A930D) is unknown color: approx Forest Green. HEX triplet: 2A, 93 and 0D. RGB value is (42,147,13). Sum of RGB (Red+Green+Blue) = 42+147+13=202 (26% of max value = 765). Red value is 42 (16.80% from 255 or 20.79% from 202); Green value is 147 (57.81% from 255 or 72.77% from 202); Blue value is 13 (5.47% from 255 or 6.44% from 202); Max value from RGB is 147 - color contains mainly: green. Hex color #2A930D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2A930D is #D56CF2. Grayscale: #646464. Windows color (decimal): -13987059 or 889642. OLE color: 889642.

HSL color Cylindrical-coordinate representation of color #2A930D: hue angle of 107.01º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2A930D is Cyan = 0.71, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB4214713-
CMYK0.7100.910.42
HSL107.01º83.75%31.37%-
HSV(B)107.01º91.16%57.65%-
XYZ11.4621.393.91-
YUV100.3378.7186.4-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 20.79%
GREEN value IS 147 (57.81% from 255) = 72.77%
BLUE value IS 13 (5.47% from 255) = 6.44%
R=20.79%
G=72.77%
B=6.44%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal42147130.7100.910.42107.0183.7531.37
Hex2A93D4705B2A6b541f
Octal522231510701335215312437
Binary1010101001001111011000111010110111010101101011101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A930D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,147,13); }

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

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

 a { background-color: rgb(42,147,13); }

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

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

 span { border-color: rgb(42,147,13); }

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