Html Css Color HEX #309900 Forest Green

📋 copy color: '#309900'

red 48 ◦ green 153 ◦ blue 0

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

Shades of Forest Green #309900

Tints of Forest Green #309900

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 23.88%
G = 76.12%
B = 0%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 1

 K value IS 0.4

RGB Variations

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

Color information

#309900 (or 0x309900) is known color: Forest Green. HEX triplet: 30, 99 and 00. RGB value is (48,153,0). Sum of RGB (Red+Green+Blue) = 48+153+0=201 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.88% from 201); Green value is 153 (60.16% from 255 or 76.12% from 201); Blue value is 0 (0.39% from 255 or 0% from 201); Max value from RGB is 153 - color contains mainly: green. Hex color #309900 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #309900 is #CF66FF. Grayscale: #686868. Windows color (decimal): -13592320 or 39216. OLE color: 39216.

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

Color convert

RGB 48 153 0 -
CMYK 0.69 0 1 0.4
HSL 101.18º 1% 0.3% -
HSV(B) 101.18º 1% 0.6% -
XYZ 12.61 23.41 3.85 -
YUV 104.16 69.21 87.94 -
System Red Green Blue C M Y K H S L
Decimal 48 153 0 0.69 0 1 0.4 101.18 1 0.3
Hex 30 99 0 45 0 64 28 65 64 1E
Octal 60 231 0 105 0 144 50 145 144 36
Binary 110000 10011001 0 1000101 0 1100100 101000 1100101 1100100 11110

Color Harmonies of #309900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309900

Black with #309900

Text Example


Text Example

White with #309900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309900; }

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

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

background-color css

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

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

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

border-color css

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

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

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