Html Css Color HEX #248532 Forest Green

📋 copy color: '#248532'

red 36 ◦ green 133 ◦ blue 50

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

Shades of Forest Green #248532

Tints of Forest Green #248532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 22.83%

R = 16.44%
G = 60.73%
B = 22.83%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#248532 (or 0x248532) is known color: Forest Green. HEX triplet: 24, 85 and 32. RGB value is (36,133,50). Sum of RGB (Red+Green+Blue) = 36+133+50=219 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.44% from 219); Green value is 133 (52.34% from 255 or 60.73% from 219); Blue value is 50 (19.92% from 255 or 22.83% from 219); Max value from RGB is 133 - color contains mainly: green. Hex color #248532 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248532 is #DB7ACD. Grayscale: #5E5E5E. Windows color (decimal): -14383822 or 3310884. OLE color: 3310884.

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

Color convert

RGB 36 133 50 -
CMYK 0.73 0 0.62 0.48
HSL 128.66º 0.57% 0.33% -
HSV(B) 128.66º 0.73% 0.52% -
XYZ 9.69 17.38 5.86 -
YUV 94.54 102.86 86.25 -
System Red Green Blue C M Y K H S L
Decimal 36 133 50 0.73 0 0.62 0.48 128.66 0.57 0.33
Hex 24 85 32 49 0 3E 30 81 39 21
Octal 44 205 62 111 0 76 60 201 71 41
Binary 100100 10000101 110010 1001001 0 111110 110000 10000001 111001 100001

Color Harmonies of #248532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248532

Black with #248532

Text Example


Text Example

White with #248532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248532; }

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

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

background-color css

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

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

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

border-color css

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

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

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