Html Css Color HEX #309038 Forest Green

📋 copy color: '#309038'

red 48 ◦ green 144 ◦ blue 56

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

Shades of Forest Green #309038

Tints of Forest Green #309038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 22.58%

R = 19.35%
G = 58.06%
B = 22.58%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.61

 K value IS 0.44

RGB Variations

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

Color information

#309038 (or 0x309038) is known color: Forest Green. HEX triplet: 30, 90 and 38. RGB value is (48,144,56). Sum of RGB (Red+Green+Blue) = 48+144+56=248 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.35% from 248); Green value is 144 (56.64% from 255 or 58.06% from 248); Blue value is 56 (22.27% from 255 or 22.58% from 248); Max value from RGB is 144 - color contains mainly: green. Hex color #309038 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #309038 is #CF6FC7. Grayscale: #696969. Windows color (decimal): -13594568 or 3706928. OLE color: 3706928.

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

Color convert

RGB 48 144 56 -
CMYK 0.67 0 0.61 0.44
HSL 125º 0.5% 0.38% -
HSV(B) 125º 0.67% 0.56% -
XYZ 11.91 20.86 7.14 -
YUV 105.26 100.2 87.16 -
System Red Green Blue C M Y K H S L
Decimal 48 144 56 0.67 0 0.61 0.44 125 0.5 0.38
Hex 30 90 38 43 0 3D 2C 7D 32 26
Octal 60 220 70 103 0 75 54 175 62 46
Binary 110000 10010000 111000 1000011 0 111101 101100 1111101 110010 100110

Color Harmonies of #309038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309038

Black with #309038

Text Example


Text Example

White with #309038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309038; }

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

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

background-color css

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

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

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

border-color css

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

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

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