Html Css Color HEX #30A31C Forest Green

📋 copy color: '#30A31C'

red 48 ◦ green 163 ◦ blue 28

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

Shades of Forest Green #30A31C

Tints of Forest Green #30A31C

RGB

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

 GREEN value IS 163 (64.06% from 255) = 68.2%

 BLUE value IS 28 (11.33% from 255) = 11.72%

R = 20.08%
G = 68.2%
B = 11.72%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.83

 K value IS 0.36

RGB Variations

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

Color information

#30A31C (or 0x30A31C) is known color: Forest Green. HEX triplet: 30, A3 and 1C. RGB value is (48,163,28). Sum of RGB (Red+Green+Blue) = 48+163+28=239 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.08% from 239); Green value is 163 (64.06% from 255 or 68.20% from 239); Blue value is 28 (11.33% from 255 or 11.72% from 239); Max value from RGB is 163 - color contains mainly: green. Hex color #30A31C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30A31C is #CF5CE3. Grayscale: #717171. Windows color (decimal): -13589732 or 1876784. OLE color: 1876784.

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

Color convert

RGB 48 163 28 -
CMYK 0.71 0 0.83 0.36
HSL 111.11º 0.71% 0.37% -
HSV(B) 111.11º 0.83% 0.64% -
XYZ 14.53 26.91 5.53 -
YUV 113.23 79.9 81.48 -
System Red Green Blue C M Y K H S L
Decimal 48 163 28 0.71 0 0.83 0.36 111.11 0.71 0.37
Hex 30 A3 1C 47 0 53 24 6F 47 25
Octal 60 243 34 107 0 123 44 157 107 45
Binary 110000 10100011 11100 1000111 0 1010011 100100 1101111 1000111 100101

Color Harmonies of #30A31C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A31C

Black with #30A31C

Text Example


Text Example

White with #30A31C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,163,28); }

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

background-color css

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

 a { background-color: rgb(48,163,28); }

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

border-color css

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

 span { border-color: rgb(48,163,28); }

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