Html Css Color HEX #30950D Forest Green

📋 copy color: '#30950D'

red 48 ◦ green 149 ◦ blue 13

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

Shades of Forest Green #30950D

Tints of Forest Green #30950D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.19%

R = 22.86%
G = 70.95%
B = 6.19%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#30950D (or 0x30950D) is known color: Forest Green. HEX triplet: 30, 95 and 0D. RGB value is (48,149,13). Sum of RGB (Red+Green+Blue) = 48+149+13=210 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.86% from 210); Green value is 149 (58.59% from 255 or 70.95% from 210); Blue value is 13 (5.47% from 255 or 6.19% from 210); Max value from RGB is 149 - color contains mainly: green. Hex color #30950D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #30950D is #CF6AF2. Grayscale: #676767. Windows color (decimal): -13593331 or 890160. OLE color: 890160.

HSL color Cylindrical-coordinate representation of color #30950D: hue angle of 104.56º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #30950D is Cyan = 0.68, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 48 149 13 -
CMYK 0.68 0 0.91 0.42
HSL 104.56º 0.84% 0.32% -
HSV(B) 104.56º 0.91% 0.58% -
XYZ 12.04 22.15 4.02 -
YUV 103.3 77.04 88.56 -
System Red Green Blue C M Y K H S L
Decimal 48 149 13 0.68 0 0.91 0.42 104.56 0.84 0.32
Hex 30 95 D 44 0 5B 2A 69 54 20
Octal 60 225 15 104 0 133 52 151 124 40
Binary 110000 10010101 1101 1000100 0 1011011 101010 1101001 1010100 100000

Color Harmonies of #30950D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30950D

Black with #30950D

Text Example


Text Example

White with #30950D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30950D; }

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

 H1.HeaderClassName
 {
   color: #30950D;
 }
 .AnyTagClassName
 {
   color: #30950D;
 }
</style>

background-color css

<style>
 a { background-color: #30950D; }

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

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

border-color css

<style>
 span { border-color: #30950D; }

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

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