Html Css Color HEX #21B63B Dark Pastel Green

📋 copy color: '#21B63B'

red 33 ◦ green 182 ◦ blue 59

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

Shades of Dark Pastel Green #21B63B

Tints of Dark Pastel Green #21B63B

RGB

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

 GREEN value IS 182 (71.48% from 255) = 66.42%

 BLUE value IS 59 (23.44% from 255) = 21.53%

R = 12.04%
G = 66.42%
B = 21.53%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#21B63B (or 0x21B63B) is known color: Dark Pastel Green. HEX triplet: 21, B6 and 3B. RGB value is (33,182,59). Sum of RGB (Red+Green+Blue) = 33+182+59=274 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.04% from 274); Green value is 182 (71.48% from 255 or 66.42% from 274); Blue value is 59 (23.44% from 255 or 21.53% from 274); Max value from RGB is 182 - color contains mainly: green. Hex color #21B63B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21B63B is #DE49C4. Grayscale: #7B7B7B. Windows color (decimal): -14567877 or 3913249. OLE color: 3913249.

HSL color Cylindrical-coordinate representation of color #21B63B: hue angle of 130.47º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21B63B is Cyan = 0.82, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB 33 182 59 -
CMYK 0.82 0 0.68 0.29
HSL 130.47º 0.69% 0.42% -
HSV(B) 130.47º 0.82% 0.71% -
XYZ 18.14 34.1 9.76 -
YUV 123.43 91.64 63.5 -
System Red Green Blue C M Y K H S L
Decimal 33 182 59 0.82 0 0.68 0.29 130.47 0.69 0.42
Hex 21 B6 3B 52 0 44 1D 82 45 2A
Octal 41 266 73 122 0 104 35 202 105 52
Binary 100001 10110110 111011 1010010 0 1000100 11101 10000010 1000101 101010

Color Harmonies of #21B63B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21B63B

Black with #21B63B

Text Example


Text Example

White with #21B63B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,182,59); }

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

background-color css

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

 a { background-color: rgb(33,182,59); }

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

border-color css

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

 span { border-color: rgb(33,182,59); }

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