Html Css Color HEX #248F14 Forest Green

📋 copy color: '#248F14'

red 36 ◦ green 143 ◦ blue 20

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

Shades of Forest Green #248F14

Tints of Forest Green #248F14

RGB

 RED value IS 36 (14.45% from 255) = 18.09%

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

 BLUE value IS 20 (8.2% from 255) = 10.05%

R = 18.09%
G = 71.86%
B = 10.05%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.86

 K value IS 0.44

RGB Variations

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

Color information

#248F14 (or 0x248F14) is known color: Forest Green. HEX triplet: 24, 8F and 14. RGB value is (36,143,20). Sum of RGB (Red+Green+Blue) = 36+143+20=199 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.09% from 199); Green value is 143 (56.25% from 255 or 71.86% from 199); Blue value is 20 (8.20% from 255 or 10.05% from 199); Max value from RGB is 143 - color contains mainly: green. Hex color #248F14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #248F14 is #DB70EB. Grayscale: #616161. Windows color (decimal): -14381292 or 1347364. OLE color: 1347364.

HSL color Cylindrical-coordinate representation of color #248F14: hue angle of 112.2º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #248F14 is Cyan = 0.75, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.44.

Color convert

RGB 36 143 20 -
CMYK 0.75 0 0.86 0.44
HSL 112.2º 0.75% 0.32% -
HSV(B) 112.2º 0.86% 0.56% -
XYZ 10.68 20.07 3.97 -
YUV 96.99 84.55 84.5 -
System Red Green Blue C M Y K H S L
Decimal 36 143 20 0.75 0 0.86 0.44 112.2 0.75 0.32
Hex 24 8F 14 4B 0 56 2C 70 4B 20
Octal 44 217 24 113 0 126 54 160 113 40
Binary 100100 10001111 10100 1001011 0 1010110 101100 1110000 1001011 100000

Color Harmonies of #248F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248F14

Black with #248F14

Text Example


Text Example

White with #248F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248F14; }

 p { color: rgb(36,143,20); }

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

background-color css

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

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

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

border-color css

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

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

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