Html Css Color HEX #309212 Forest Green

📋 copy color: '#309212'

red 48 ◦ green 146 ◦ blue 18

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

Shades of Forest Green #309212

Tints of Forest Green #309212

RGB

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

 GREEN value IS 146 (57.42% from 255) = 68.87%

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

R = 22.64%
G = 68.87%
B = 8.49%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#309212 (or 0x309212) is known color: Forest Green. HEX triplet: 30, 92 and 12. RGB value is (48,146,18). Sum of RGB (Red+Green+Blue) = 48+146+18=212 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.64% from 212); Green value is 146 (57.42% from 255 or 68.87% from 212); Blue value is 18 (7.42% from 255 or 8.49% from 212); Max value from RGB is 146 - color contains mainly: green. Hex color #309212 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #309212 is #CF6DED. Grayscale: #666666. Windows color (decimal): -13594094 or 1217072. OLE color: 1217072.

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

Color convert

RGB 48 146 18 -
CMYK 0.67 0 0.88 0.43
HSL 105.94º 0.78% 0.32% -
HSV(B) 105.94º 0.88% 0.57% -
XYZ 11.61 21.23 4.06 -
YUV 102.11 80.53 89.41 -
System Red Green Blue C M Y K H S L
Decimal 48 146 18 0.67 0 0.88 0.43 105.94 0.78 0.32
Hex 30 92 12 43 0 58 2B 6A 4E 20
Octal 60 222 22 103 0 130 53 152 116 40
Binary 110000 10010010 10010 1000011 0 1011000 101011 1101010 1001110 100000

Color Harmonies of #309212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309212

Black with #309212

Text Example


Text Example

White with #309212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309212; }

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

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

background-color css

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

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

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

border-color css

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

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

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