Html Css Color HEX #309430 Forest Green

📋 copy color: '#309430'

red 48 ◦ green 148 ◦ blue 48

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

Shades of Forest Green #309430

Tints of Forest Green #309430

RGB

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

 GREEN value IS 148 (58.2% from 255) = 60.66%

 BLUE value IS 48 (19.14% from 255) = 19.67%

R = 19.67%
G = 60.66%
B = 19.67%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#309430 (or 0x309430) is known color: Forest Green. HEX triplet: 30, 94 and 30. RGB value is (48,148,48). Sum of RGB (Red+Green+Blue) = 48+148+48=244 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.67% from 244); Green value is 148 (58.20% from 255 or 60.66% from 244); Blue value is 48 (19.14% from 255 or 19.67% from 244); Max value from RGB is 148 - color contains mainly: green. Hex color #309430 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #309430 is #CF6BCF. Grayscale: #6B6B6B. Windows color (decimal): -13593552 or 3183664. OLE color: 3183664.

HSL color Cylindrical-coordinate representation of color #309430: hue angle of 120º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #309430 is Cyan = 0.68, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB 48 148 48 -
CMYK 0.68 0 0.68 0.42
HSL 120º 0.51% 0.38% -
HSV(B) 120º 0.68% 0.58% -
XYZ 12.34 22.02 6.4 -
YUV 106.7 94.87 86.13 -
System Red Green Blue C M Y K H S L
Decimal 48 148 48 0.68 0 0.68 0.42 120 0.51 0.38
Hex 30 94 30 44 0 44 2A 78 33 26
Octal 60 224 60 104 0 104 52 170 63 46
Binary 110000 10010100 110000 1000100 0 1000100 101010 1111000 110011 100110

Color Harmonies of #309430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309430

Black with #309430

Text Example


Text Example

White with #309430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309430; }

 p { color: rgb(48,148,48); }

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

background-color css

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

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

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

border-color css

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

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

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