Html Css Color HEX #21C147 Dark Pastel Green

📋 copy color: '#21C147'

red 33 ◦ green 193 ◦ blue 71

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

Shades of Dark Pastel Green #21C147

Tints of Dark Pastel Green #21C147

RGB

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

 GREEN value IS 193 (75.78% from 255) = 64.98%

 BLUE value IS 71 (28.13% from 255) = 23.91%

R = 11.11%
G = 64.98%
B = 23.91%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#21C147 (or 0x21C147) is known color: Dark Pastel Green. HEX triplet: 21, C1 and 47. RGB value is (33,193,71). Sum of RGB (Red+Green+Blue) = 33+193+71=297 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.11% from 297); Green value is 193 (75.78% from 255 or 64.98% from 297); Blue value is 71 (28.12% from 255 or 23.91% from 297); Max value from RGB is 193 - color contains mainly: green. Hex color #21C147 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21C147 is #DE3EB8. Grayscale: #838383. Windows color (decimal): -14565049 or 4702497. OLE color: 4702497.

HSL color Cylindrical-coordinate representation of color #21C147: hue angle of 134.25º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21C147 is Cyan = 0.83, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 33 193 71 -
CMYK 0.83 0 0.63 0.24
HSL 134.25º 0.71% 0.44% -
HSV(B) 134.25º 0.83% 0.76% -
XYZ 20.83 38.92 12.38 -
YUV 131.25 93.99 57.92 -
System Red Green Blue C M Y K H S L
Decimal 33 193 71 0.83 0 0.63 0.24 134.25 0.71 0.44
Hex 21 C1 47 53 0 3F 18 86 47 2C
Octal 41 301 107 123 0 77 30 206 107 54
Binary 100001 11000001 1000111 1010011 0 111111 11000 10000110 1000111 101100

Color Harmonies of #21C147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21C147

Black with #21C147

Text Example


Text Example

White with #21C147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21C147; }

 p { color: rgb(33,193,71); }

 H1.HeaderClassName
 {
   color: #21C147;
 }
 .AnyTagClassName
 {
   color: #21C147;
 }
</style>

background-color css

<style>
 a { background-color: #21C147; }

 a { background-color: rgb(33,193,71); }

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

border-color css

<style>
 span { border-color: #21C147; }

 span { border-color: rgb(33,193,71); }

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