Html Css Color HEX #13D32D Dark Pastel Green

📋 copy color: '#13D32D'

red 19 ◦ green 211 ◦ blue 45

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

Shades of Dark Pastel Green #13D32D

Tints of Dark Pastel Green #13D32D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.36%

R = 6.91%
G = 76.73%
B = 16.36%

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

#13D32D (or 0x13D32D) is known color: Dark Pastel Green. HEX triplet: 13, D3 and 2D. RGB value is (19,211,45). Sum of RGB (Red+Green+Blue) = 19+211+45=275 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.91% from 275); Green value is 211 (82.81% from 255 or 76.73% from 275); Blue value is 45 (17.97% from 255 or 16.36% from 275); Max value from RGB is 211 - color contains mainly: green. Hex color #13D32D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13D32D is #EC2CD2. Grayscale: #878787. Windows color (decimal): -15477971 or 3003155. OLE color: 3003155.

HSL color Cylindrical-coordinate representation of color #13D32D: hue angle of 128.12º 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 #13D32D is Cyan = 0.91, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.17.

Color convert

RGB 19 211 45 -
CMYK 0.91 0 0.79 0.17
HSL 128.13º 0.83% 0.45% -
HSV(B) 128.13º 0.91% 0.83% -
XYZ 24.04 46.92 10.27 -
YUV 134.67 77.39 45.5 -
System Red Green Blue C M Y K H S L
Decimal 19 211 45 0.91 0 0.79 0.17 128.13 0.83 0.45
Hex 13 D3 2D 5B 0 4F 11 80 53 2D
Octal 23 323 55 133 0 117 21 200 123 55
Binary 10011 11010011 101101 1011011 0 1001111 10001 10000000 1010011 101101

Color Harmonies of #13D32D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13D32D

Black with #13D32D

Text Example


Text Example

White with #13D32D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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