Html Css Color HEX #248814 Forest Green

📋 copy color: '#248814'

red 36 ◦ green 136 ◦ blue 20

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

Shades of Forest Green #248814

Tints of Forest Green #248814

RGB

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

 GREEN value IS 136 (53.52% from 255) = 70.83%

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

R = 18.75%
G = 70.83%
B = 10.42%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#248814 (or 0x248814) is known color: Forest Green. HEX triplet: 24, 88 and 14. RGB value is (36,136,20). Sum of RGB (Red+Green+Blue) = 36+136+20=192 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.75% from 192); Green value is 136 (53.52% from 255 or 70.83% from 192); Blue value is 20 (8.20% from 255 or 10.42% from 192); Max value from RGB is 136 - color contains mainly: green. Hex color #248814 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #248814 is #DB77EB. Grayscale: #5D5D5D. Windows color (decimal): -14383084 or 1345572. OLE color: 1345572.

HSL color Cylindrical-coordinate representation of color #248814: hue angle of 111.72º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #248814 is Cyan = 0.74, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB 36 136 20 -
CMYK 0.74 0 0.85 0.47
HSL 111.72º 0.74% 0.31% -
HSV(B) 111.72º 0.85% 0.53% -
XYZ 9.66 18.03 3.63 -
YUV 92.88 86.87 87.43 -
System Red Green Blue C M Y K H S L
Decimal 36 136 20 0.74 0 0.85 0.47 111.72 0.74 0.31
Hex 24 88 14 4A 0 55 2F 70 4A 1F
Octal 44 210 24 112 0 125 57 160 112 37
Binary 100100 10001000 10100 1001010 0 1010101 101111 1110000 1001010 11111

Color Harmonies of #248814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248814

Black with #248814

Text Example


Text Example

White with #248814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248814; }

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

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

background-color css

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

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

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

border-color css

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

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

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