Html Css Color HEX #13C021 Dark Pastel Green

📋 copy color: '#13C021'

red 19 ◦ green 192 ◦ blue 33

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

Shades of Dark Pastel Green #13C021

Tints of Dark Pastel Green #13C021

RGB

 RED value IS 19 (7.81% from 255) = 7.79%

 GREEN value IS 192 (75.39% from 255) = 78.69%

 BLUE value IS 33 (13.28% from 255) = 13.52%

R = 7.79%
G = 78.69%
B = 13.52%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#13C021 (or 0x13C021) is known color: Dark Pastel Green. HEX triplet: 13, C0 and 21. RGB value is (19,192,33). Sum of RGB (Red+Green+Blue) = 19+192+33=244 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.79% from 244); Green value is 192 (75.39% from 255 or 78.69% from 244); Blue value is 33 (13.28% from 255 or 13.52% from 244); Max value from RGB is 192 - color contains mainly: green. Hex color #13C021 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13C021 is #EC3FDE. Grayscale: #7A7A7A. Windows color (decimal): -15482847 or 2211859. OLE color: 2211859.

HSL color Cylindrical-coordinate representation of color #13C021: hue angle of 124.86º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C021 is Cyan = 0.90, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 19 192 33 -
CMYK 0.90 0 0.83 0.25
HSL 124.86º 0.82% 0.41% -
HSV(B) 124.86º 0.9% 0.75% -
XYZ 19.39 37.95 7.74 -
YUV 122.15 77.69 54.43 -
System Red Green Blue C M Y K H S L
Decimal 19 192 33 0.90 0 0.83 0.25 124.86 0.82 0.41
Hex 13 C0 21 5A 0 53 19 7D 52 29
Octal 23 300 41 132 0 123 31 175 122 51
Binary 10011 11000000 100001 1011010 0 1010011 11001 1111101 1010010 101001

Color Harmonies of #13C021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C021

Black with #13C021

Text Example


Text Example

White with #13C021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13C021; }

 p { color: rgb(19,192,33); }

 H1.HeaderClassName
 {
   color: #13C021;
 }
 .AnyTagClassName
 {
   color: #13C021;
 }
</style>

background-color css

<style>
 a { background-color: #13C021; }

 a { background-color: rgb(19,192,33); }

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

border-color css

<style>
 span { border-color: #13C021; }

 span { border-color: rgb(19,192,33); }

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