Html Css Color HEX #2A8515 Forest Green

📋 copy color: '#2A8515'

red 42 ◦ green 133 ◦ blue 21

#2A8515
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Forest Green #2A8515

Tints of Forest Green #2A8515

RGB

 RED value IS 42 (16.8% from 255) = 21.43%

 GREEN value IS 133 (52.34% from 255) = 67.86%

 BLUE value IS 21 (8.59% from 255) = 10.71%

R = 21.43%
G = 67.86%
B = 10.71%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.84

 K value IS 0.48

RGB Variations

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

Color information

#2A8515 (or 0x2A8515) is known color: Forest Green. HEX triplet: 2A, 85 and 15. RGB value is (42,133,21). Sum of RGB (Red+Green+Blue) = 42+133+21=196 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.43% from 196); Green value is 133 (52.34% from 255 or 67.86% from 196); Blue value is 21 (8.59% from 255 or 10.71% from 196); Max value from RGB is 133 - color contains mainly: green. Hex color #2A8515 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2A8515 is #D57AEA. Grayscale: #5D5D5D. Windows color (decimal): -13990635 or 1410346. OLE color: 1410346.

HSL color Cylindrical-coordinate representation of color #2A8515: hue angle of 108.75º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2A8515 is Cyan = 0.68, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.48.

Color convert

RGB 42 133 21 -
CMYK 0.68 0 0.84 0.48
HSL 108.75º 0.73% 0.3% -
HSV(B) 108.75º 0.84% 0.52% -
XYZ 9.48 17.32 3.55 -
YUV 93.02 87.35 91.61 -
System Red Green Blue C M Y K H S L
Decimal 42 133 21 0.68 0 0.84 0.48 108.75 0.73 0.3
Hex 2A 85 15 44 0 54 30 6D 49 1E
Octal 52 205 25 104 0 124 60 155 111 36
Binary 101010 10000101 10101 1000100 0 1010100 110000 1101101 1001001 11110

Color Harmonies of #2A8515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A8515

Black with #2A8515

Text Example


Text Example

White with #2A8515

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,133,21); }

 H1.HeaderClassName
 {
   color: #2A8515;
 }
 .AnyTagClassName
 {
   color: #2A8515;
 }
</style>

background-color css

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

 a { background-color: rgb(42,133,21); }

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

border-color css

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

 span { border-color: rgb(42,133,21); }

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