Html Css Color HEX #248500 Forest Green

📋 copy color: '#248500'

red 36 ◦ green 133 ◦ blue 0

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

Shades of Forest Green #248500

Tints of Forest Green #248500

RGB

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

 GREEN value IS 133 (52.34% from 255) = 78.7%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 21.3%
G = 78.7%
B = 0%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#248500 (or 0x248500) is known color: Forest Green. HEX triplet: 24, 85 and 00. RGB value is (36,133,0). Sum of RGB (Red+Green+Blue) = 36+133+0=169 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.30% from 169); Green value is 133 (52.34% from 255 or 78.70% from 169); Blue value is 0 (0.39% from 255 or 0% from 169); Max value from RGB is 133 - color contains mainly: green. Hex color #248500 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #248500 is #DB7AFF. Grayscale: #595959. Windows color (decimal): -14383872 or 34084. OLE color: 34084.

HSL color Cylindrical-coordinate representation of color #248500: hue angle of 103.76º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #248500 is Cyan = 0.73, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.48.

Color convert

RGB 36 133 0 -
CMYK 0.73 0 1 0.48
HSL 103.76º 1% 0.26% -
HSV(B) 103.76º 1% 0.52% -
XYZ 9.12 17.15 2.83 -
YUV 88.84 77.86 90.31 -
System Red Green Blue C M Y K H S L
Decimal 36 133 0 0.73 0 1 0.48 103.76 1 0.26
Hex 24 85 0 49 0 64 30 68 64 1A
Octal 44 205 0 111 0 144 60 150 144 32
Binary 100100 10000101 0 1001001 0 1100100 110000 1101000 1100100 11010

Color Harmonies of #248500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248500

Black with #248500

Text Example


Text Example

White with #248500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248500; }

 p { color: rgb(36,133,0); }

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

background-color css

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

 a { background-color: rgb(36,133,0); }

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

border-color css

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

 span { border-color: rgb(36,133,0); }

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