Html Css Color HEX #13C328 Dark Pastel Green

📋 copy color: '#13C328'

red 19 ◦ green 195 ◦ blue 40

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

Shades of Dark Pastel Green #13C328

Tints of Dark Pastel Green #13C328

RGB

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

 GREEN value IS 195 (76.56% from 255) = 76.77%

 BLUE value IS 40 (16.02% from 255) = 15.75%

R = 7.48%
G = 76.77%
B = 15.75%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#13C328 (or 0x13C328) is known color: Dark Pastel Green. HEX triplet: 13, C3 and 28. RGB value is (19,195,40). Sum of RGB (Red+Green+Blue) = 19+195+40=254 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.48% from 254); Green value is 195 (76.56% from 255 or 76.77% from 254); Blue value is 40 (16.02% from 255 or 15.75% from 254); Max value from RGB is 195 - color contains mainly: green. Hex color #13C328 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13C328 is #EC3CD7. Grayscale: #7D7D7D. Windows color (decimal): -15482072 or 2671379. OLE color: 2671379.

HSL color Cylindrical-coordinate representation of color #13C328: hue angle of 127.16º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C328 is Cyan = 0.90, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 19 195 40 -
CMYK 0.90 0 0.79 0.24
HSL 127.16º 0.82% 0.42% -
HSV(B) 127.16º 0.9% 0.76% -
XYZ 20.17 39.32 8.53 -
YUV 124.71 80.19 52.6 -
System Red Green Blue C M Y K H S L
Decimal 19 195 40 0.90 0 0.79 0.24 127.16 0.82 0.42
Hex 13 C3 28 5A 0 4F 18 7F 52 2A
Octal 23 303 50 132 0 117 30 177 122 52
Binary 10011 11000011 101000 1011010 0 1001111 11000 1111111 1010010 101010

Color Harmonies of #13C328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C328

Black with #13C328

Text Example


Text Example

White with #13C328

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,195,40); }

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

background-color css

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

 a { background-color: rgb(19,195,40); }

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

border-color css

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

 span { border-color: rgb(19,195,40); }

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