Html Css Color HEX #309701 Forest Green

📋 copy color: '#309701'

red 48 ◦ green 151 ◦ blue 1

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

Shades of Forest Green #309701

Tints of Forest Green #309701

RGB

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

 GREEN value IS 151 (59.38% from 255) = 75.5%

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

R = 24%
G = 75.5%
B = 0.5%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#309701 (or 0x309701) is known color: Forest Green. HEX triplet: 30, 97 and 01. RGB value is (48,151,1). Sum of RGB (Red+Green+Blue) = 48+151+1=200 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24% from 200); Green value is 151 (59.38% from 255 or 75.5% from 200); Blue value is 1 (0.78% from 255 or 0.5% from 200); Max value from RGB is 151 - color contains mainly: green. Hex color #309701 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #309701 is #CF68FE. Grayscale: #676767. Windows color (decimal): -13592831 or 104240. OLE color: 104240.

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

Color convert

RGB 48 151 1 -
CMYK 0.68 0 0.99 0.41
HSL 101.2º 0.99% 0.3% -
HSV(B) 101.2º 0.99% 0.59% -
XYZ 12.29 22.76 3.77 -
YUV 103.1 70.38 88.7 -
System Red Green Blue C M Y K H S L
Decimal 48 151 1 0.68 0 0.99 0.41 101.2 0.99 0.3
Hex 30 97 1 44 0 63 29 65 63 1E
Octal 60 227 1 104 0 143 51 145 143 36
Binary 110000 10010111 1 1000100 0 1100011 101001 1100101 1100011 11110

Color Harmonies of #309701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309701

Black with #309701

Text Example


Text Example

White with #309701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309701; }

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

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

background-color css

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

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

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

border-color css

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

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

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