Html Css Color HEX #13C32E Dark Pastel Green

📋 copy color: '#13C32E'

red 19 ◦ green 195 ◦ blue 46

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

Shades of Dark Pastel Green #13C32E

Tints of Dark Pastel Green #13C32E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 17.69%

R = 7.31%
G = 75%
B = 17.69%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#13C32E (or 0x13C32E) is known color: Dark Pastel Green. HEX triplet: 13, C3 and 2E. RGB value is (19,195,46). Sum of RGB (Red+Green+Blue) = 19+195+46=260 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.31% from 260); Green value is 195 (76.56% from 255 or 75% from 260); Blue value is 46 (18.36% from 255 or 17.69% from 260); Max value from RGB is 195 - color contains mainly: green. Hex color #13C32E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13C32E is #EC3CD1. Grayscale: #7D7D7D. Windows color (decimal): -15482066 or 3064595. OLE color: 3064595.

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

Color convert

RGB 19 195 46 -
CMYK 0.90 0 0.76 0.24
HSL 129.2º 0.82% 0.42% -
HSV(B) 129.2º 0.9% 0.76% -
XYZ 20.28 39.37 9.11 -
YUV 125.39 83.19 52.12 -
System Red Green Blue C M Y K H S L
Decimal 19 195 46 0.90 0 0.76 0.24 129.2 0.82 0.42
Hex 13 C3 2E 5A 0 4C 18 81 52 2A
Octal 23 303 56 132 0 114 30 201 122 52
Binary 10011 11000011 101110 1011010 0 1001100 11000 10000001 1010010 101010

Color Harmonies of #13C32E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C32E

Black with #13C32E

Text Example


Text Example

White with #13C32E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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