Html Css Color HEX #308F30 Forest Green

📋 copy color: '#308F30'

red 48 ◦ green 143 ◦ blue 48

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

Shades of Forest Green #308F30

Tints of Forest Green #308F30

RGB

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

 GREEN value IS 143 (56.25% from 255) = 59.83%

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

R = 20.08%
G = 59.83%
B = 20.08%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.66

 K value IS 0.44

RGB Variations

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

Color information

#308F30 (or 0x308F30) is known color: Forest Green. HEX triplet: 30, 8F and 30. RGB value is (48,143,48). Sum of RGB (Red+Green+Blue) = 48+143+48=239 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.08% from 239); Green value is 143 (56.25% from 255 or 59.83% from 239); Blue value is 48 (19.14% from 255 or 20.08% from 239); Max value from RGB is 143 - color contains mainly: green. Hex color #308F30 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308F30 is #CF70CF. Grayscale: #686868. Windows color (decimal): -13594832 or 3182384. OLE color: 3182384.

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

Color convert

RGB 48 143 48 -
CMYK 0.66 0 0.66 0.44
HSL 120º 0.5% 0.37% -
HSV(B) 120º 0.66% 0.56% -
XYZ 11.57 20.49 6.14 -
YUV 103.77 96.53 88.22 -
System Red Green Blue C M Y K H S L
Decimal 48 143 48 0.66 0 0.66 0.44 120 0.5 0.37
Hex 30 8F 30 42 0 42 2C 78 32 25
Octal 60 217 60 102 0 102 54 170 62 45
Binary 110000 10001111 110000 1000010 0 1000010 101100 1111000 110010 100101

Color Harmonies of #308F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308F30

Black with #308F30

Text Example


Text Example

White with #308F30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308F30; }

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

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

background-color css

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

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

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

border-color css

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

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

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