Html Css Color HEX #13B31D Dark Pastel Green

📋 copy color: '#13B31D'

red 19 ◦ green 179 ◦ blue 29

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

Shades of Dark Pastel Green #13B31D

Tints of Dark Pastel Green #13B31D

RGB

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

 GREEN value IS 179 (70.31% from 255) = 78.85%

 BLUE value IS 29 (11.72% from 255) = 12.78%

R = 8.37%
G = 78.85%
B = 12.78%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#13B31D (or 0x13B31D) is known color: Dark Pastel Green. HEX triplet: 13, B3 and 1D. RGB value is (19,179,29). Sum of RGB (Red+Green+Blue) = 19+179+29=227 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.37% from 227); Green value is 179 (70.31% from 255 or 78.85% from 227); Blue value is 29 (11.72% from 255 or 12.78% from 227); Max value from RGB is 179 - color contains mainly: green. Hex color #13B31D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13B31D is #EC4CE2. Grayscale: #727272. Windows color (decimal): -15486179 or 1946387. OLE color: 1946387.

HSL color Cylindrical-coordinate representation of color #13B31D: hue angle of 123.75º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13B31D is Cyan = 0.89, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.30.

Color convert

RGB 19 179 29 -
CMYK 0.89 0 0.84 0.30
HSL 123.75º 0.81% 0.39% -
HSV(B) 123.75º 0.89% 0.7% -
XYZ 16.61 32.47 6.55 -
YUV 114.06 79.99 60.2 -
System Red Green Blue C M Y K H S L
Decimal 19 179 29 0.89 0 0.84 0.30 123.75 0.81 0.39
Hex 13 B3 1D 59 0 54 1E 7C 51 27
Octal 23 263 35 131 0 124 36 174 121 47
Binary 10011 10110011 11101 1011001 0 1010100 11110 1111100 1010001 100111

Color Harmonies of #13B31D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13B31D

Black with #13B31D

Text Example


Text Example

White with #13B31D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,179,29); }

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

background-color css

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

 a { background-color: rgb(19,179,29); }

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

border-color css

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

 span { border-color: rgb(19,179,29); }

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