Html Css Color HEX #248010 Forest Green

📋 copy color: '#248010'

red 36 ◦ green 128 ◦ blue 16

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

Shades of Forest Green #248010

Tints of Forest Green #248010

RGB

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

 GREEN value IS 128 (50.39% from 255) = 71.11%

 BLUE value IS 16 (6.64% from 255) = 8.89%

R = 20%
G = 71.11%
B = 8.89%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.88

 K value IS 0.50

RGB Variations

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

Color information

#248010 (or 0x248010) is known color: Forest Green. HEX triplet: 24, 80 and 10. RGB value is (36,128,16). Sum of RGB (Red+Green+Blue) = 36+128+16=180 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20% from 180); Green value is 128 (50.39% from 255 or 71.11% from 180); Blue value is 16 (6.64% from 255 or 8.89% from 180); Max value from RGB is 128 - color contains mainly: green. Hex color #248010 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #248010 is #DB7FEF. Grayscale: #585858. Windows color (decimal): -14385136 or 1081380. OLE color: 1081380.

HSL color Cylindrical-coordinate representation of color #248010: hue angle of 109.29º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #248010 is Cyan = 0.72, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.50.

Color convert

RGB 36 128 16 -
CMYK 0.72 0 0.88 0.50
HSL 109.29º 0.78% 0.28% -
HSV(B) 109.29º 0.88% 0.5% -
XYZ 8.54 15.85 3.1 -
YUV 87.72 87.52 91.11 -
System Red Green Blue C M Y K H S L
Decimal 36 128 16 0.72 0 0.88 0.50 109.29 0.78 0.28
Hex 24 80 10 48 0 58 32 6D 4E 1C
Octal 44 200 20 110 0 130 62 155 116 34
Binary 100100 10000000 10000 1001000 0 1011000 110010 1101101 1001110 11100

Color Harmonies of #248010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248010

Black with #248010

Text Example


Text Example

White with #248010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248010; }

 p { color: rgb(36,128,16); }

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

background-color css

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

 a { background-color: rgb(36,128,16); }

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

border-color css

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

 span { border-color: rgb(36,128,16); }

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