Html Css Color HEX #21B23C Dark Pastel Green

📋 copy color: '#21B23C'

red 33 ◦ green 178 ◦ blue 60

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

Shades of Dark Pastel Green #21B23C

Tints of Dark Pastel Green #21B23C

RGB

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

 GREEN value IS 178 (69.92% from 255) = 65.68%

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

R = 12.18%
G = 65.68%
B = 22.14%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.66

 K value IS 0.30

RGB Variations

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

Color information

#21B23C (or 0x21B23C) is known color: Dark Pastel Green. HEX triplet: 21, B2 and 3C. RGB value is (33,178,60). Sum of RGB (Red+Green+Blue) = 33+178+60=271 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.18% from 271); Green value is 178 (69.92% from 255 or 65.68% from 271); Blue value is 60 (23.83% from 255 or 22.14% from 271); Max value from RGB is 178 - color contains mainly: green. Hex color #21B23C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21B23C is #DE4DC3. Grayscale: #797979. Windows color (decimal): -14568900 or 3977761. OLE color: 3977761.

HSL color Cylindrical-coordinate representation of color #21B23C: hue angle of 131.17º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #21B23C is Cyan = 0.81, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.30.

Color convert

RGB 33 178 60 -
CMYK 0.81 0 0.66 0.30
HSL 131.17º 0.69% 0.41% -
HSV(B) 131.17º 0.81% 0.7% -
XYZ 17.36 32.49 9.63 -
YUV 121.19 93.46 65.09 -
System Red Green Blue C M Y K H S L
Decimal 33 178 60 0.81 0 0.66 0.30 131.17 0.69 0.41
Hex 21 B2 3C 51 0 42 1E 83 45 29
Octal 41 262 74 121 0 102 36 203 105 51
Binary 100001 10110010 111100 1010001 0 1000010 11110 10000011 1000101 101001

Color Harmonies of #21B23C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21B23C

Black with #21B23C

Text Example


Text Example

White with #21B23C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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