Html Css Color HEX #308D19 Forest Green

📋 copy color: '#308D19'

red 48 ◦ green 141 ◦ blue 25

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

Shades of Forest Green #308D19

Tints of Forest Green #308D19

RGB

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

 GREEN value IS 141 (55.47% from 255) = 65.89%

 BLUE value IS 25 (10.16% from 255) = 11.68%

R = 22.43%
G = 65.89%
B = 11.68%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.82

 K value IS 0.45

RGB Variations

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

Color information

#308D19 (or 0x308D19) is known color: Forest Green. HEX triplet: 30, 8D and 19. RGB value is (48,141,25). Sum of RGB (Red+Green+Blue) = 48+141+25=214 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.43% from 214); Green value is 141 (55.47% from 255 or 65.89% from 214); Blue value is 25 (10.16% from 255 or 11.68% from 214); Max value from RGB is 141 - color contains mainly: green. Hex color #308D19 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308D19 is #CF72E6. Grayscale: #646464. Windows color (decimal): -13595367 or 1674544. OLE color: 1674544.

HSL color Cylindrical-coordinate representation of color #308D19: hue angle of 108.1º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #308D19 is Cyan = 0.66, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.45.

Color convert

RGB 48 141 25 -
CMYK 0.66 0 0.82 0.45
HSL 108.1º 0.7% 0.33% -
HSV(B) 108.1º 0.82% 0.55% -
XYZ 10.92 19.75 4.16 -
YUV 99.97 85.69 90.93 -
System Red Green Blue C M Y K H S L
Decimal 48 141 25 0.66 0 0.82 0.45 108.1 0.7 0.33
Hex 30 8D 19 42 0 52 2D 6C 46 21
Octal 60 215 31 102 0 122 55 154 106 41
Binary 110000 10001101 11001 1000010 0 1010010 101101 1101100 1000110 100001

Color Harmonies of #308D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308D19

Black with #308D19

Text Example


Text Example

White with #308D19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,141,25); }

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

background-color css

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

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

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

border-color css

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

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

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