Html Css Color HEX #30921E Forest Green

📋 copy color: '#30921E'

red 48 ◦ green 146 ◦ blue 30

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

Shades of Forest Green #30921E

Tints of Forest Green #30921E

RGB

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

 GREEN value IS 146 (57.42% from 255) = 65.18%

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

R = 21.43%
G = 65.18%
B = 13.39%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.79

 K value IS 0.43

RGB Variations

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

Color information

#30921E (or 0x30921E) is known color: Forest Green. HEX triplet: 30, 92 and 1E. RGB value is (48,146,30). Sum of RGB (Red+Green+Blue) = 48+146+30=224 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.43% from 224); Green value is 146 (57.42% from 255 or 65.18% from 224); Blue value is 30 (12.11% from 255 or 13.39% from 224); Max value from RGB is 146 - color contains mainly: green. Hex color #30921E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30921E is #CF6DE1. Grayscale: #676767. Windows color (decimal): -13594082 or 2003504. OLE color: 2003504.

HSL color Cylindrical-coordinate representation of color #30921E: hue angle of 110.69º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30921E is Cyan = 0.67, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.43.

Color convert

RGB 48 146 30 -
CMYK 0.67 0 0.79 0.43
HSL 110.69º 0.66% 0.35% -
HSV(B) 110.69º 0.79% 0.57% -
XYZ 11.73 21.28 4.72 -
YUV 103.47 86.53 88.43 -
System Red Green Blue C M Y K H S L
Decimal 48 146 30 0.67 0 0.79 0.43 110.69 0.66 0.35
Hex 30 92 1E 43 0 4F 2B 6F 42 23
Octal 60 222 36 103 0 117 53 157 102 43
Binary 110000 10010010 11110 1000011 0 1001111 101011 1101111 1000010 100011

Color Harmonies of #30921E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30921E

Black with #30921E

Text Example


Text Example

White with #30921E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30921E; }

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

 H1.HeaderClassName
 {
   color: #30921E;
 }
 .AnyTagClassName
 {
   color: #30921E;
 }
</style>

background-color css

<style>
 a { background-color: #30921E; }

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

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

border-color css

<style>
 span { border-color: #30921E; }

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

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