Html Css Color HEX #30A41A Forest Green

📋 copy color: '#30A41A'

red 48 ◦ green 164 ◦ blue 26

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

Shades of Forest Green #30A41A

Tints of Forest Green #30A41A

RGB

 RED value IS 48 (19.14% from 255) = 20.17%

 GREEN value IS 164 (64.45% from 255) = 68.91%

 BLUE value IS 26 (10.55% from 255) = 10.92%

R = 20.17%
G = 68.91%
B = 10.92%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#30A41A (or 0x30A41A) is known color: Forest Green. HEX triplet: 30, A4 and 1A. RGB value is (48,164,26). Sum of RGB (Red+Green+Blue) = 48+164+26=238 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.17% from 238); Green value is 164 (64.45% from 255 or 68.91% from 238); Blue value is 26 (10.55% from 255 or 10.92% from 238); Max value from RGB is 164 - color contains mainly: green. Hex color #30A41A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30A41A is #CF5BE5. Grayscale: #727272. Windows color (decimal): -13589478 or 1745968. OLE color: 1745968.

HSL color Cylindrical-coordinate representation of color #30A41A: hue angle of 110.43º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #30A41A is Cyan = 0.71, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.36.

Color convert

RGB 48 164 26 -
CMYK 0.71 0 0.84 0.36
HSL 110.43º 0.73% 0.37% -
HSV(B) 110.43º 0.84% 0.64% -
XYZ 14.68 27.25 5.46 -
YUV 113.58 78.57 81.22 -
System Red Green Blue C M Y K H S L
Decimal 48 164 26 0.71 0 0.84 0.36 110.43 0.73 0.37
Hex 30 A4 1A 47 0 54 24 6E 49 25
Octal 60 244 32 107 0 124 44 156 111 45
Binary 110000 10100100 11010 1000111 0 1010100 100100 1101110 1001001 100101

Color Harmonies of #30A41A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A41A

Black with #30A41A

Text Example


Text Example

White with #30A41A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30A41A; }

 p { color: rgb(48,164,26); }

 H1.HeaderClassName
 {
   color: #30A41A;
 }
 .AnyTagClassName
 {
   color: #30A41A;
 }
</style>

background-color css

<style>
 a { background-color: #30A41A; }

 a { background-color: rgb(48,164,26); }

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

border-color css

<style>
 span { border-color: #30A41A; }

 span { border-color: rgb(48,164,26); }

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