Html Css Color HEX #21841C Forest Green

📋 copy color: '#21841C'

red 33 ◦ green 132 ◦ blue 28

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

Shades of Forest Green #21841C

Tints of Forest Green #21841C

RGB

 RED value IS 33 (13.28% from 255) = 17.1%

 GREEN value IS 132 (51.95% from 255) = 68.39%

 BLUE value IS 28 (11.33% from 255) = 14.51%

R = 17.1%
G = 68.39%
B = 14.51%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.79

 K value IS 0.48

RGB Variations

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

Color information

#21841C (or 0x21841C) is known color: Forest Green. HEX triplet: 21, 84 and 1C. RGB value is (33,132,28). Sum of RGB (Red+Green+Blue) = 33+132+28=193 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.10% from 193); Green value is 132 (51.95% from 255 or 68.39% from 193); Blue value is 28 (11.33% from 255 or 14.51% from 193); Max value from RGB is 132 - color contains mainly: green. Hex color #21841C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21841C is #DE7BE3. Grayscale: #5A5A5A. Windows color (decimal): -14580708 or 1868833. OLE color: 1868833.

HSL color Cylindrical-coordinate representation of color #21841C: hue angle of 117.12º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #21841C is Cyan = 0.75, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.48.

Color convert

RGB 33 132 28 -
CMYK 0.75 0 0.79 0.48
HSL 117.12º 0.65% 0.31% -
HSV(B) 117.12º 0.79% 0.52% -
XYZ 9.09 16.91 3.88 -
YUV 90.54 92.7 86.96 -
System Red Green Blue C M Y K H S L
Decimal 33 132 28 0.75 0 0.79 0.48 117.12 0.65 0.31
Hex 21 84 1C 4B 0 4F 30 75 41 1F
Octal 41 204 34 113 0 117 60 165 101 37
Binary 100001 10000100 11100 1001011 0 1001111 110000 1110101 1000001 11111

Color Harmonies of #21841C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21841C

Black with #21841C

Text Example


Text Example

White with #21841C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21841C; }

 p { color: rgb(33,132,28); }

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

background-color css

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

 a { background-color: rgb(33,132,28); }

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

border-color css

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

 span { border-color: rgb(33,132,28); }

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