Html Css Color HEX #248C21 Forest Green

📋 copy color: '#248C21'

red 36 ◦ green 140 ◦ blue 33

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

Shades of Forest Green #248C21

Tints of Forest Green #248C21

RGB

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

 GREEN value IS 140 (55.08% from 255) = 66.99%

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

R = 17.22%
G = 66.99%
B = 15.79%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.76

 K value IS 0.45

RGB Variations

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

Color information

#248C21 (or 0x248C21) is known color: Forest Green. HEX triplet: 24, 8C and 21. RGB value is (36,140,33). Sum of RGB (Red+Green+Blue) = 36+140+33=209 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.22% from 209); Green value is 140 (55.08% from 255 or 66.99% from 209); Blue value is 33 (13.28% from 255 or 15.79% from 209); Max value from RGB is 140 - color contains mainly: green. Hex color #248C21 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248C21 is #DB73DE. Grayscale: #616161. Windows color (decimal): -14382047 or 2198564. OLE color: 2198564.

HSL color Cylindrical-coordinate representation of color #248C21: hue angle of 118.32º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #248C21 is Cyan = 0.74, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.45.

Color convert

RGB 36 140 33 -
CMYK 0.74 0 0.76 0.45
HSL 118.32º 0.62% 0.34% -
HSV(B) 118.32º 0.76% 0.55% -
XYZ 10.38 19.24 4.61 -
YUV 96.71 92.04 84.7 -
System Red Green Blue C M Y K H S L
Decimal 36 140 33 0.74 0 0.76 0.45 118.32 0.62 0.34
Hex 24 8C 21 4A 0 4C 2D 76 3E 22
Octal 44 214 41 112 0 114 55 166 76 42
Binary 100100 10001100 100001 1001010 0 1001100 101101 1110110 111110 100010

Color Harmonies of #248C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248C21

Black with #248C21

Text Example


Text Example

White with #248C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248C21; }

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

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

background-color css

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

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

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

border-color css

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

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

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