Html Css Color HEX #30A11E Forest Green

📋 copy color: '#30A11E'

red 48 ◦ green 161 ◦ blue 30

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

Shades of Forest Green #30A11E

Tints of Forest Green #30A11E

RGB

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

 GREEN value IS 161 (63.28% from 255) = 67.36%

 BLUE value IS 30 (12.11% from 255) = 12.55%

R = 20.08%
G = 67.36%
B = 12.55%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#30A11E (or 0x30A11E) is known color: Forest Green. HEX triplet: 30, A1 and 1E. RGB value is (48,161,30). Sum of RGB (Red+Green+Blue) = 48+161+30=239 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.08% from 239); Green value is 161 (63.28% from 255 or 67.36% from 239); Blue value is 30 (12.11% from 255 or 12.55% from 239); Max value from RGB is 161 - color contains mainly: green. Hex color #30A11E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30A11E is #CF5EE1. Grayscale: #707070. Windows color (decimal): -13590242 or 2007344. OLE color: 2007344.

HSL color Cylindrical-coordinate representation of color #30A11E: hue angle of 111.76º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30A11E is Cyan = 0.70, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.37.

Color convert

RGB 48 161 30 -
CMYK 0.70 0 0.81 0.37
HSL 111.76º 0.69% 0.37% -
HSV(B) 111.76º 0.81% 0.63% -
XYZ 14.2 26.21 5.54 -
YUV 112.28 81.56 82.15 -
System Red Green Blue C M Y K H S L
Decimal 48 161 30 0.70 0 0.81 0.37 111.76 0.69 0.37
Hex 30 A1 1E 46 0 51 25 70 45 25
Octal 60 241 36 106 0 121 45 160 105 45
Binary 110000 10100001 11110 1000110 0 1010001 100101 1110000 1000101 100101

Color Harmonies of #30A11E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A11E

Black with #30A11E

Text Example


Text Example

White with #30A11E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,161,30); }

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

background-color css

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

 a { background-color: rgb(48,161,30); }

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

border-color css

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

 span { border-color: rgb(48,161,30); }

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