Html Css Color HEX #309901 Forest Green

📋 copy color: '#309901'

red 48 ◦ green 153 ◦ blue 1

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

Shades of Forest Green #309901

Tints of Forest Green #309901

RGB

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

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

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

R = 23.76%
G = 75.74%
B = 0.5%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.99

 K value IS 0.4

RGB Variations

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

Color information

#309901 (or 0x309901) is known color: Forest Green. HEX triplet: 30, 99 and 01. RGB value is (48,153,1). Sum of RGB (Red+Green+Blue) = 48+153+1=202 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.76% from 202); Green value is 153 (60.16% from 255 or 75.74% from 202); Blue value is 1 (0.78% from 255 or 0.50% from 202); Max value from RGB is 153 - color contains mainly: green. Hex color #309901 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #309901 is #CF66FE. Grayscale: #686868. Windows color (decimal): -13592319 or 104752. OLE color: 104752.

HSL color Cylindrical-coordinate representation of color #309901: hue angle of 101.45º 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 #309901 is Cyan = 0.69, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.4.

Color convert

RGB 48 153 1 -
CMYK 0.69 0 0.99 0.4
HSL 101.45º 0.99% 0.3% -
HSV(B) 101.45º 0.99% 0.6% -
XYZ 12.62 23.41 3.88 -
YUV 104.28 69.71 87.86 -
System Red Green Blue C M Y K H S L
Decimal 48 153 1 0.69 0 0.99 0.4 101.45 0.99 0.3
Hex 30 99 1 45 0 63 28 65 63 1E
Octal 60 231 1 105 0 143 50 145 143 36
Binary 110000 10011001 1 1000101 0 1100011 101000 1100101 1100011 11110

Color Harmonies of #309901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309901

Black with #309901

Text Example


Text Example

White with #309901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309901; }

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

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

background-color css

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

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

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

border-color css

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

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

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