Html Css Color HEX #248120 Forest Green

📋 copy color: '#248120'

red 36 ◦ green 129 ◦ blue 32

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

Shades of Forest Green #248120

Tints of Forest Green #248120

RGB

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

 GREEN value IS 129 (50.78% from 255) = 65.48%

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

R = 18.27%
G = 65.48%
B = 16.24%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#248120 (or 0x248120) is known color: Forest Green. HEX triplet: 24, 81 and 20. RGB value is (36,129,32). Sum of RGB (Red+Green+Blue) = 36+129+32=197 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.27% from 197); Green value is 129 (50.78% from 255 or 65.48% from 197); Blue value is 32 (12.89% from 255 or 16.24% from 197); Max value from RGB is 129 - color contains mainly: green. Hex color #248120 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248120 is #DB7EDF. Grayscale: #5A5A5A. Windows color (decimal): -14384864 or 2130212. OLE color: 2130212.

HSL color Cylindrical-coordinate representation of color #248120: hue angle of 117.53º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #248120 is Cyan = 0.72, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB 36 129 32 -
CMYK 0.72 0 0.75 0.49
HSL 117.53º 0.6% 0.32% -
HSV(B) 117.53º 0.75% 0.51% -
XYZ 8.84 16.18 4.02 -
YUV 90.14 95.19 89.39 -
System Red Green Blue C M Y K H S L
Decimal 36 129 32 0.72 0 0.75 0.49 117.53 0.6 0.32
Hex 24 81 20 48 0 4B 31 76 3C 20
Octal 44 201 40 110 0 113 61 166 74 40
Binary 100100 10000001 100000 1001000 0 1001011 110001 1110110 111100 100000

Color Harmonies of #248120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248120

Black with #248120

Text Example


Text Example

White with #248120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248120; }

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

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

background-color css

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

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

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

border-color css

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

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

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