Html Css Color HEX #248221 Forest Green

📋 copy color: '#248221'

red 36 ◦ green 130 ◦ blue 33

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

Shades of Forest Green #248221

Tints of Forest Green #248221

RGB

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

 GREEN value IS 130 (51.17% from 255) = 65.33%

 BLUE value IS 33 (13.28% from 255) = 16.58%

R = 18.09%
G = 65.33%
B = 16.58%

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

#248221 (or 0x248221) is known color: Forest Green. HEX triplet: 24, 82 and 21. RGB value is (36,130,33). Sum of RGB (Red+Green+Blue) = 36+130+33=199 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.09% from 199); Green value is 130 (51.17% from 255 or 65.33% from 199); Blue value is 33 (13.28% from 255 or 16.58% from 199); Max value from RGB is 130 - color contains mainly: green. Hex color #248221 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248221 is #DB7DDE. Grayscale: #5B5B5B. Windows color (decimal): -14384607 or 2196004. OLE color: 2196004.

HSL color Cylindrical-coordinate representation of color #248221: hue angle of 118.14º 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 #248221 is Cyan = 0.72, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB 36 130 33 -
CMYK 0.72 0 0.75 0.49
HSL 118.14º 0.6% 0.32% -
HSV(B) 118.14º 0.75% 0.51% -
XYZ 8.98 16.45 4.14 -
YUV 90.84 95.36 88.89 -
System Red Green Blue C M Y K H S L
Decimal 36 130 33 0.72 0 0.75 0.49 118.14 0.6 0.32
Hex 24 82 21 48 0 4B 31 76 3C 20
Octal 44 202 41 110 0 113 61 166 74 40
Binary 100100 10000010 100001 1001000 0 1001011 110001 1110110 111100 100000

Color Harmonies of #248221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248221

Black with #248221

Text Example


Text Example

White with #248221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248221; }

 p { color: rgb(36,130,33); }

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

background-color css

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

 a { background-color: rgb(36,130,33); }

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

border-color css

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

 span { border-color: rgb(36,130,33); }

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