Html Css Color HEX #2A8A30 Forest Green

📋 copy color: '#2A8A30'

red 42 ◦ green 138 ◦ blue 48

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

Shades of Forest Green #2A8A30

Tints of Forest Green #2A8A30

RGB

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

 GREEN value IS 138 (54.3% from 255) = 60.53%

 BLUE value IS 48 (19.14% from 255) = 21.05%

R = 18.42%
G = 60.53%
B = 21.05%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.65

 K value IS 0.46

RGB Variations

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

Color information

#2A8A30 (or 0x2A8A30) is known color: Forest Green. HEX triplet: 2A, 8A and 30. RGB value is (42,138,48). Sum of RGB (Red+Green+Blue) = 42+138+48=228 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.42% from 228); Green value is 138 (54.30% from 255 or 60.53% from 228); Blue value is 48 (19.14% from 255 or 21.05% from 228); Max value from RGB is 138 - color contains mainly: green. Hex color #2A8A30 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A8A30 is #D575CF. Grayscale: #636363. Windows color (decimal): -13989328 or 3181098. OLE color: 3181098.

HSL color Cylindrical-coordinate representation of color #2A8A30: hue angle of 123.75º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2A8A30 is Cyan = 0.70, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.46.

Color convert

RGB 42 138 48 -
CMYK 0.70 0 0.65 0.46
HSL 123.75º 0.53% 0.35% -
HSV(B) 123.75º 0.7% 0.54% -
XYZ 10.58 18.88 5.88 -
YUV 99.04 99.2 87.32 -
System Red Green Blue C M Y K H S L
Decimal 42 138 48 0.70 0 0.65 0.46 123.75 0.53 0.35
Hex 2A 8A 30 46 0 41 2E 7C 35 23
Octal 52 212 60 106 0 101 56 174 65 43
Binary 101010 10001010 110000 1000110 0 1000001 101110 1111100 110101 100011

Color Harmonies of #2A8A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A8A30

Black with #2A8A30

Text Example


Text Example

White with #2A8A30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,138,48); }

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

background-color css

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

 a { background-color: rgb(42,138,48); }

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

border-color css

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

 span { border-color: rgb(42,138,48); }

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