Html Css Color HEX #248013 Forest Green

📋 copy color: '#248013'

red 36 ◦ green 128 ◦ blue 19

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

Shades of Forest Green #248013

Tints of Forest Green #248013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.38%

R = 19.67%
G = 69.95%
B = 10.38%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.85

 K value IS 0.50

RGB Variations

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

Color information

#248013 (or 0x248013) is known color: Forest Green. HEX triplet: 24, 80 and 13. RGB value is (36,128,19). Sum of RGB (Red+Green+Blue) = 36+128+19=183 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.67% from 183); Green value is 128 (50.39% from 255 or 69.95% from 183); Blue value is 19 (7.81% from 255 or 10.38% from 183); Max value from RGB is 128 - color contains mainly: green. Hex color #248013 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #248013 is #DB7FEC. Grayscale: #585858. Windows color (decimal): -14385133 or 1277988. OLE color: 1277988.

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

Color convert

RGB 36 128 19 -
CMYK 0.72 0 0.85 0.50
HSL 110.64º 0.74% 0.29% -
HSV(B) 110.64º 0.85% 0.5% -
XYZ 8.56 15.86 3.23 -
YUV 88.07 89.02 90.86 -
System Red Green Blue C M Y K H S L
Decimal 36 128 19 0.72 0 0.85 0.50 110.64 0.74 0.29
Hex 24 80 13 48 0 55 32 6F 4A 1D
Octal 44 200 23 110 0 125 62 157 112 35
Binary 100100 10000000 10011 1001000 0 1010101 110010 1101111 1001010 11101

Color Harmonies of #248013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248013

Black with #248013

Text Example


Text Example

White with #248013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248013; }

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

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

background-color css

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

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

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

border-color css

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

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

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