Html Css Color HEX #30951A Forest Green

📋 copy color: '#30951A'

red 48 ◦ green 149 ◦ blue 26

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

Shades of Forest Green #30951A

Tints of Forest Green #30951A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 66.82%

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

R = 21.52%
G = 66.82%
B = 11.66%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#30951A (or 0x30951A) is known color: Forest Green. HEX triplet: 30, 95 and 1A. RGB value is (48,149,26). Sum of RGB (Red+Green+Blue) = 48+149+26=223 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.52% from 223); Green value is 149 (58.59% from 255 or 66.82% from 223); Blue value is 26 (10.55% from 255 or 11.66% from 223); Max value from RGB is 149 - color contains mainly: green. Hex color #30951A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30951A is #CF6AE5. Grayscale: #696969. Windows color (decimal): -13593318 or 1742128. OLE color: 1742128.

HSL color Cylindrical-coordinate representation of color #30951A: hue angle of 109.27º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #30951A is Cyan = 0.68, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB 48 149 26 -
CMYK 0.68 0 0.83 0.42
HSL 109.27º 0.7% 0.34% -
HSV(B) 109.27º 0.83% 0.58% -
XYZ 12.15 22.2 4.62 -
YUV 104.78 83.54 87.5 -
System Red Green Blue C M Y K H S L
Decimal 48 149 26 0.68 0 0.83 0.42 109.27 0.7 0.34
Hex 30 95 1A 44 0 53 2A 6D 46 22
Octal 60 225 32 104 0 123 52 155 106 42
Binary 110000 10010101 11010 1000100 0 1010011 101010 1101101 1000110 100010

Color Harmonies of #30951A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30951A

Black with #30951A

Text Example


Text Example

White with #30951A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30951A; }

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

 H1.HeaderClassName
 {
   color: #30951A;
 }
 .AnyTagClassName
 {
   color: #30951A;
 }
</style>

background-color css

<style>
 a { background-color: #30951A; }

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

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

border-color css

<style>
 span { border-color: #30951A; }

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

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