Html Css Color HEX #21963C Forest Green

📋 copy color: '#21963C'

red 33 ◦ green 150 ◦ blue 60

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

Shades of Forest Green #21963C

Tints of Forest Green #21963C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 61.73%

 BLUE value IS 60 (23.83% from 255) = 24.69%

R = 13.58%
G = 61.73%
B = 24.69%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.6

 K value IS 0.41

RGB Variations

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

Color information

#21963C (or 0x21963C) is known color: Forest Green. HEX triplet: 21, 96 and 3C. RGB value is (33,150,60). Sum of RGB (Red+Green+Blue) = 33+150+60=243 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.58% from 243); Green value is 150 (58.98% from 255 or 61.73% from 243); Blue value is 60 (23.83% from 255 or 24.69% from 243); Max value from RGB is 150 - color contains mainly: green. Hex color #21963C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21963C is #DE69C3. Grayscale: #696969. Windows color (decimal): -14576068 or 3970593. OLE color: 3970593.

HSL color Cylindrical-coordinate representation of color #21963C: hue angle of 133.85º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #21963C is Cyan = 0.78, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.41.

Color convert

RGB 33 150 60 -
CMYK 0.78 0 0.6 0.41
HSL 133.85º 0.64% 0.36% -
HSV(B) 133.85º 0.78% 0.59% -
XYZ 12.35 22.46 7.96 -
YUV 104.76 102.74 76.82 -
System Red Green Blue C M Y K H S L
Decimal 33 150 60 0.78 0 0.6 0.41 133.85 0.64 0.36
Hex 21 96 3C 4E 0 3C 29 86 40 24
Octal 41 226 74 116 0 74 51 206 100 44
Binary 100001 10010110 111100 1001110 0 111100 101001 10000110 1000000 100100

Color Harmonies of #21963C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21963C

Black with #21963C

Text Example


Text Example

White with #21963C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,150,60); }

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

background-color css

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

 a { background-color: rgb(33,150,60); }

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

border-color css

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

 span { border-color: rgb(33,150,60); }

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