Html Css Color HEX #21C148 Dark Pastel Green

📋 copy color: '#21C148'

red 33 ◦ green 193 ◦ blue 72

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

Shades of Dark Pastel Green #21C148

Tints of Dark Pastel Green #21C148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 24.16%

R = 11.07%
G = 64.77%
B = 24.16%

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

#21C148 (or 0x21C148) is known color: Dark Pastel Green. HEX triplet: 21, C1 and 48. RGB value is (33,193,72). Sum of RGB (Red+Green+Blue) = 33+193+72=298 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.07% from 298); Green value is 193 (75.78% from 255 or 64.77% from 298); Blue value is 72 (28.52% from 255 or 24.16% from 298); Max value from RGB is 193 - color contains mainly: green. Hex color #21C148 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21C148 is #DE3EB7. Grayscale: #838383. Windows color (decimal): -14565048 or 4768033. OLE color: 4768033.

HSL color Cylindrical-coordinate representation of color #21C148: hue angle of 134.62º 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 #21C148 is Cyan = 0.83, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 33 193 72 -
CMYK 0.83 0 0.63 0.24
HSL 134.63º 0.71% 0.44% -
HSV(B) 134.63º 0.83% 0.76% -
XYZ 20.87 38.93 12.55 -
YUV 131.37 94.49 57.84 -
System Red Green Blue C M Y K H S L
Decimal 33 193 72 0.83 0 0.63 0.24 134.63 0.71 0.44
Hex 21 C1 48 53 0 3F 18 87 47 2C
Octal 41 301 110 123 0 77 30 207 107 54
Binary 100001 11000001 1001000 1010011 0 111111 11000 10000111 1000111 101100

Color Harmonies of #21C148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21C148

Black with #21C148

Text Example


Text Example

White with #21C148

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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