Html Css Color HEX #21841D Forest Green

📋 copy color: '#21841D'

red 33 ◦ green 132 ◦ blue 29

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

Shades of Forest Green #21841D

Tints of Forest Green #21841D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 14.95%

R = 17.01%
G = 68.04%
B = 14.95%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.78

 K value IS 0.48

RGB Variations

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

Color information

#21841D (or 0x21841D) is known color: Forest Green. HEX triplet: 21, 84 and 1D. RGB value is (33,132,29). Sum of RGB (Red+Green+Blue) = 33+132+29=194 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.01% from 194); Green value is 132 (51.95% from 255 or 68.04% from 194); Blue value is 29 (11.72% from 255 or 14.95% from 194); Max value from RGB is 132 - color contains mainly: green. Hex color #21841D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21841D is #DE7BE2. Grayscale: #5A5A5A. Windows color (decimal): -14580707 or 1934369. OLE color: 1934369.

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

Color convert

RGB 33 132 29 -
CMYK 0.75 0 0.78 0.48
HSL 117.67º 0.64% 0.32% -
HSV(B) 117.67º 0.78% 0.52% -
XYZ 9.1 16.91 3.95 -
YUV 90.66 93.2 86.88 -
System Red Green Blue C M Y K H S L
Decimal 33 132 29 0.75 0 0.78 0.48 117.67 0.64 0.32
Hex 21 84 1D 4B 0 4E 30 76 40 20
Octal 41 204 35 113 0 116 60 166 100 40
Binary 100001 10000100 11101 1001011 0 1001110 110000 1110110 1000000 100000

Color Harmonies of #21841D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21841D

Black with #21841D

Text Example


Text Example

White with #21841D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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