Html Css Color HEX #21B33B Dark Pastel Green

📋 copy color: '#21B33B'

red 33 ◦ green 179 ◦ blue 59

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

Shades of Dark Pastel Green #21B33B

Tints of Dark Pastel Green #21B33B

RGB

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

 GREEN value IS 179 (70.31% from 255) = 66.05%

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

R = 12.18%
G = 66.05%
B = 21.77%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.67

 K value IS 0.30

RGB Variations

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

Color information

#21B33B (or 0x21B33B) is known color: Dark Pastel Green. HEX triplet: 21, B3 and 3B. RGB value is (33,179,59). Sum of RGB (Red+Green+Blue) = 33+179+59=271 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.18% from 271); Green value is 179 (70.31% from 255 or 66.05% from 271); Blue value is 59 (23.44% from 255 or 21.77% from 271); Max value from RGB is 179 - color contains mainly: green. Hex color #21B33B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21B33B is #DE4CC4. Grayscale: #7A7A7A. Windows color (decimal): -14568645 or 3912481. OLE color: 3912481.

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

Color convert

RGB 33 179 59 -
CMYK 0.82 0 0.67 0.30
HSL 130.68º 0.69% 0.42% -
HSV(B) 130.68º 0.82% 0.7% -
XYZ 17.54 32.88 9.56 -
YUV 121.67 92.63 64.76 -
System Red Green Blue C M Y K H S L
Decimal 33 179 59 0.82 0 0.67 0.30 130.68 0.69 0.42
Hex 21 B3 3B 52 0 43 1E 83 45 2A
Octal 41 263 73 122 0 103 36 203 105 52
Binary 100001 10110011 111011 1010010 0 1000011 11110 10000011 1000101 101010

Color Harmonies of #21B33B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21B33B

Black with #21B33B

Text Example


Text Example

White with #21B33B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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