Html Css Color HEX #13C32B Dark Pastel Green

📋 copy color: '#13C32B'

red 19 ◦ green 195 ◦ blue 43

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

Shades of Dark Pastel Green #13C32B

Tints of Dark Pastel Green #13C32B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.73%

R = 7.39%
G = 75.88%
B = 16.73%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#13C32B (or 0x13C32B) is known color: Dark Pastel Green. HEX triplet: 13, C3 and 2B. RGB value is (19,195,43). Sum of RGB (Red+Green+Blue) = 19+195+43=257 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.39% from 257); Green value is 195 (76.56% from 255 or 75.88% from 257); Blue value is 43 (17.19% from 255 or 16.73% from 257); Max value from RGB is 195 - color contains mainly: green. Hex color #13C32B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13C32B is #EC3CD4. Grayscale: #7D7D7D. Windows color (decimal): -15482069 or 2867987. OLE color: 2867987.

HSL color Cylindrical-coordinate representation of color #13C32B: hue angle of 128.18º 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 #13C32B is Cyan = 0.90, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 19 195 43 -
CMYK 0.90 0 0.78 0.24
HSL 128.18º 0.82% 0.42% -
HSV(B) 128.18º 0.9% 0.76% -
XYZ 20.22 39.34 8.81 -
YUV 125.05 81.69 52.36 -
System Red Green Blue C M Y K H S L
Decimal 19 195 43 0.90 0 0.78 0.24 128.18 0.82 0.42
Hex 13 C3 2B 5A 0 4E 18 80 52 2A
Octal 23 303 53 132 0 116 30 200 122 52
Binary 10011 11000011 101011 1011010 0 1001110 11000 10000000 1010010 101010

Color Harmonies of #13C32B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C32B

Black with #13C32B

Text Example


Text Example

White with #13C32B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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