Html Css Color HEX #248520 Forest Green

📋 copy color: '#248520'

red 36 ◦ green 133 ◦ blue 32

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

Shades of Forest Green #248520

Tints of Forest Green #248520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 15.92%

R = 17.91%
G = 66.17%
B = 15.92%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#248520 (or 0x248520) is known color: Forest Green. HEX triplet: 24, 85 and 20. RGB value is (36,133,32). Sum of RGB (Red+Green+Blue) = 36+133+32=201 (26% of max value = 765). Red value is 36 (14.45% from 255 or 17.91% from 201); Green value is 133 (52.34% from 255 or 66.17% from 201); Blue value is 32 (12.89% from 255 or 15.92% from 201); Max value from RGB is 133 - color contains mainly: green. Hex color #248520 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248520 is #DB7ADF. Grayscale: #5C5C5C. Windows color (decimal): -14383840 or 2131236. OLE color: 2131236.

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

Color convert

RGB 36 133 32 -
CMYK 0.73 0 0.76 0.48
HSL 117.62º 0.61% 0.32% -
HSV(B) 117.62º 0.76% 0.52% -
XYZ 9.38 17.25 4.2 -
YUV 92.48 93.86 87.71 -
System Red Green Blue C M Y K H S L
Decimal 36 133 32 0.73 0 0.76 0.48 117.62 0.61 0.32
Hex 24 85 20 49 0 4C 30 76 3D 20
Octal 44 205 40 111 0 114 60 166 75 40
Binary 100100 10000101 100000 1001001 0 1001100 110000 1110110 111101 100000

Color Harmonies of #248520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248520

Black with #248520

Text Example


Text Example

White with #248520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248520; }

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

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

background-color css

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

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

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

border-color css

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

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

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