Html Css Color HEX #21842F Forest Green

📋 copy color: '#21842F'

red 33 ◦ green 132 ◦ blue 47

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

Shades of Forest Green #21842F

Tints of Forest Green #21842F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 22.17%

R = 15.57%
G = 62.26%
B = 22.17%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#21842F (or 0x21842F) is known color: Forest Green. HEX triplet: 21, 84 and 2F. RGB value is (33,132,47). Sum of RGB (Red+Green+Blue) = 33+132+47=212 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.57% from 212); Green value is 132 (51.95% from 255 or 62.26% from 212); Blue value is 47 (18.75% from 255 or 22.17% from 212); Max value from RGB is 132 - color contains mainly: green. Hex color #21842F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21842F is #DE7BD0. Grayscale: #5C5C5C. Windows color (decimal): -14580689 or 3114017. OLE color: 3114017.

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

Color convert

RGB 33 132 47 -
CMYK 0.75 0 0.64 0.48
HSL 128.48º 0.6% 0.32% -
HSV(B) 128.48º 0.75% 0.52% -
XYZ 9.39 17.03 5.48 -
YUV 92.71 102.2 85.41 -
System Red Green Blue C M Y K H S L
Decimal 33 132 47 0.75 0 0.64 0.48 128.48 0.6 0.32
Hex 21 84 2F 4B 0 40 30 80 3C 20
Octal 41 204 57 113 0 100 60 200 74 40
Binary 100001 10000100 101111 1001011 0 1000000 110000 10000000 111100 100000

Color Harmonies of #21842F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21842F

Black with #21842F

Text Example


Text Example

White with #21842F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21842F; }

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

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

background-color css

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

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

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

border-color css

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

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

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