Html Css Color HEX #309801 Forest Green

📋 copy color: '#309801'

red 48 ◦ green 152 ◦ blue 1

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

Shades of Forest Green #309801

Tints of Forest Green #309801

RGB

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

 GREEN value IS 152 (59.77% from 255) = 75.62%

 BLUE value IS 1 (0.78% from 255) = 0.5%

R = 23.88%
G = 75.62%
B = 0.5%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.99

 K value IS 0.40

RGB Variations

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

Color information

#309801 (or 0x309801) is known color: Forest Green. HEX triplet: 30, 98 and 01. RGB value is (48,152,1). Sum of RGB (Red+Green+Blue) = 48+152+1=201 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.88% from 201); Green value is 152 (59.77% from 255 or 75.62% from 201); Blue value is 1 (0.78% from 255 or 0.50% from 201); Max value from RGB is 152 - color contains mainly: green. Hex color #309801 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #309801 is #CF67FE. Grayscale: #686868. Windows color (decimal): -13592575 or 104496. OLE color: 104496.

HSL color Cylindrical-coordinate representation of color #309801: hue angle of 101.32º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #309801 is Cyan = 0.68, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.40.

Color convert

RGB 48 152 1 -
CMYK 0.68 0 0.99 0.40
HSL 101.32º 0.99% 0.3% -
HSV(B) 101.32º 0.99% 0.6% -
XYZ 12.45 23.09 3.83 -
YUV 103.69 70.04 88.28 -
System Red Green Blue C M Y K H S L
Decimal 48 152 1 0.68 0 0.99 0.40 101.32 0.99 0.3
Hex 30 98 1 44 0 63 28 65 63 1E
Octal 60 230 1 104 0 143 50 145 143 36
Binary 110000 10011000 1 1000100 0 1100011 101000 1100101 1100011 11110

Color Harmonies of #309801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309801

Black with #309801

Text Example


Text Example

White with #309801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309801; }

 p { color: rgb(48,152,1); }

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

background-color css

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

 a { background-color: rgb(48,152,1); }

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

border-color css

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

 span { border-color: rgb(48,152,1); }

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