Html Css Color HEX #309325 Forest Green

📋 copy color: '#309325'

red 48 ◦ green 147 ◦ blue 37

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

Shades of Forest Green #309325

Tints of Forest Green #309325

RGB

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

 GREEN value IS 147 (57.81% from 255) = 63.36%

 BLUE value IS 37 (14.84% from 255) = 15.95%

R = 20.69%
G = 63.36%
B = 15.95%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.75

 K value IS 0.42

RGB Variations

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

Color information

#309325 (or 0x309325) is known color: Forest Green. HEX triplet: 30, 93 and 25. RGB value is (48,147,37). Sum of RGB (Red+Green+Blue) = 48+147+37=232 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.69% from 232); Green value is 147 (57.81% from 255 or 63.36% from 232); Blue value is 37 (14.84% from 255 or 15.95% from 232); Max value from RGB is 147 - color contains mainly: green. Hex color #309325 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #309325 is #CF6CDA. Grayscale: #696969. Windows color (decimal): -13593819 or 2462512. OLE color: 2462512.

HSL color Cylindrical-coordinate representation of color #309325: hue angle of 114º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #309325 is Cyan = 0.67, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.42.

Color convert

RGB 48 147 37 -
CMYK 0.67 0 0.75 0.42
HSL 114º 0.6% 0.36% -
HSV(B) 114º 0.75% 0.58% -
XYZ 11.99 21.63 5.29 -
YUV 104.86 89.7 87.44 -
System Red Green Blue C M Y K H S L
Decimal 48 147 37 0.67 0 0.75 0.42 114 0.6 0.36
Hex 30 93 25 43 0 4B 2A 72 3C 24
Octal 60 223 45 103 0 113 52 162 74 44
Binary 110000 10010011 100101 1000011 0 1001011 101010 1110010 111100 100100

Color Harmonies of #309325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309325

Black with #309325

Text Example


Text Example

White with #309325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309325; }

 p { color: rgb(48,147,37); }

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

background-color css

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

 a { background-color: rgb(48,147,37); }

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

border-color css

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

 span { border-color: rgb(48,147,37); }

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