Html Css Color HEX #309012 Forest Green

📋 copy color: '#309012'

red 48 ◦ green 144 ◦ blue 18

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

Shades of Forest Green #309012

Tints of Forest Green #309012

RGB

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

 GREEN value IS 144 (56.64% from 255) = 68.57%

 BLUE value IS 18 (7.42% from 255) = 8.57%

R = 22.86%
G = 68.57%
B = 8.57%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.88

 K value IS 0.44

RGB Variations

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

Color information

#309012 (or 0x309012) is known color: Forest Green. HEX triplet: 30, 90 and 12. RGB value is (48,144,18). Sum of RGB (Red+Green+Blue) = 48+144+18=210 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.86% from 210); Green value is 144 (56.64% from 255 or 68.57% from 210); Blue value is 18 (7.42% from 255 or 8.57% from 210); Max value from RGB is 144 - color contains mainly: green. Hex color #309012 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #309012 is #CF6FED. Grayscale: #656565. Windows color (decimal): -13594606 or 1216560. OLE color: 1216560.

HSL color Cylindrical-coordinate representation of color #309012: hue angle of 105.71º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #309012 is Cyan = 0.67, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.44.

Color convert

RGB 48 144 18 -
CMYK 0.67 0 0.88 0.44
HSL 105.71º 0.78% 0.32% -
HSV(B) 105.71º 0.88% 0.56% -
XYZ 11.3 20.62 3.96 -
YUV 100.93 81.2 90.25 -
System Red Green Blue C M Y K H S L
Decimal 48 144 18 0.67 0 0.88 0.44 105.71 0.78 0.32
Hex 30 90 12 43 0 58 2C 6A 4E 20
Octal 60 220 22 103 0 130 54 152 116 40
Binary 110000 10010000 10010 1000011 0 1011000 101100 1101010 1001110 100000

Color Harmonies of #309012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309012

Black with #309012

Text Example


Text Example

White with #309012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309012; }

 p { color: rgb(48,144,18); }

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

background-color css

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

 a { background-color: rgb(48,144,18); }

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

border-color css

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

 span { border-color: rgb(48,144,18); }

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