Html Css Color HEX #30990A Forest Green

📋 copy color: '#30990A'

red 48 ◦ green 153 ◦ blue 10

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

Shades of Forest Green #30990A

Tints of Forest Green #30990A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 72.51%

 BLUE value IS 10 (4.3% from 255) = 4.74%

R = 22.75%
G = 72.51%
B = 4.74%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.93

 K value IS 0.4

RGB Variations

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

Color information

#30990A (or 0x30990A) is known color: Forest Green. HEX triplet: 30, 99 and 0A. RGB value is (48,153,10). Sum of RGB (Red+Green+Blue) = 48+153+10=211 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.75% from 211); Green value is 153 (60.16% from 255 or 72.51% from 211); Blue value is 10 (4.30% from 255 or 4.74% from 211); Max value from RGB is 153 - color contains mainly: green. Hex color #30990A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #30990A is #CF66F5. Grayscale: #696969. Windows color (decimal): -13592310 or 694576. OLE color: 694576.

HSL color Cylindrical-coordinate representation of color #30990A: hue angle of 104.06º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #30990A is Cyan = 0.69, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.4.

Color convert

RGB 48 153 10 -
CMYK 0.69 0 0.93 0.4
HSL 104.06º 0.88% 0.32% -
HSV(B) 104.06º 0.93% 0.6% -
XYZ 12.66 23.43 4.14 -
YUV 105.3 74.21 87.13 -
System Red Green Blue C M Y K H S L
Decimal 48 153 10 0.69 0 0.93 0.4 104.06 0.88 0.32
Hex 30 99 A 45 0 5D 28 68 58 20
Octal 60 231 12 105 0 135 50 150 130 40
Binary 110000 10011001 1010 1000101 0 1011101 101000 1101000 1011000 100000

Color Harmonies of #30990A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30990A

Black with #30990A

Text Example


Text Example

White with #30990A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,153,10); }

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

background-color css

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

 a { background-color: rgb(48,153,10); }

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

border-color css

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

 span { border-color: rgb(48,153,10); }

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