Html Css Color HEX #13D32C Dark Pastel Green

📋 copy color: '#13D32C'

red 19 ◦ green 211 ◦ blue 44

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

Shades of Dark Pastel Green #13D32C

Tints of Dark Pastel Green #13D32C

RGB

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

 GREEN value IS 211 (82.81% from 255) = 77.01%

 BLUE value IS 44 (17.58% from 255) = 16.06%

R = 6.93%
G = 77.01%
B = 16.06%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.79

 K value IS 0.17

RGB Variations

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

Color information

#13D32C (or 0x13D32C) is known color: Dark Pastel Green. HEX triplet: 13, D3 and 2C. RGB value is (19,211,44). Sum of RGB (Red+Green+Blue) = 19+211+44=274 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.93% from 274); Green value is 211 (82.81% from 255 or 77.01% from 274); Blue value is 44 (17.58% from 255 or 16.06% from 274); Max value from RGB is 211 - color contains mainly: green. Hex color #13D32C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13D32C is #EC2CD3. Grayscale: #878787. Windows color (decimal): -15477972 or 2937619. OLE color: 2937619.

HSL color Cylindrical-coordinate representation of color #13D32C: hue angle of 127.81º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D32C is Cyan = 0.91, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.17.

Color convert

RGB 19 211 44 -
CMYK 0.91 0 0.79 0.17
HSL 127.81º 0.83% 0.45% -
HSV(B) 127.81º 0.91% 0.83% -
XYZ 24.02 46.91 10.17 -
YUV 134.55 76.89 45.58 -
System Red Green Blue C M Y K H S L
Decimal 19 211 44 0.91 0 0.79 0.17 127.81 0.83 0.45
Hex 13 D3 2C 5B 0 4F 11 80 53 2D
Octal 23 323 54 133 0 117 21 200 123 55
Binary 10011 11010011 101100 1011011 0 1001111 10001 10000000 1010011 101101

Color Harmonies of #13D32C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13D32C

Black with #13D32C

Text Example


Text Example

White with #13D32C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,211,44); }

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

background-color css

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

 a { background-color: rgb(19,211,44); }

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

border-color css

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

 span { border-color: rgb(19,211,44); }

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