Html Css Color HEX #13B51E Dark Pastel Green

📋 copy color: '#13B51E'

red 19 ◦ green 181 ◦ blue 30

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

Shades of Dark Pastel Green #13B51E

Tints of Dark Pastel Green #13B51E

RGB

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

 GREEN value IS 181 (71.09% from 255) = 78.7%

 BLUE value IS 30 (12.11% from 255) = 13.04%

R = 8.26%
G = 78.7%
B = 13.04%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.83

 K value IS 0.29

RGB Variations

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

Color information

#13B51E (or 0x13B51E) is known color: Dark Pastel Green. HEX triplet: 13, B5 and 1E. RGB value is (19,181,30). Sum of RGB (Red+Green+Blue) = 19+181+30=230 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.26% from 230); Green value is 181 (71.09% from 255 or 78.70% from 230); Blue value is 30 (12.11% from 255 or 13.04% from 230); Max value from RGB is 181 - color contains mainly: green. Hex color #13B51E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13B51E is #EC4AE1. Grayscale: #737373. Windows color (decimal): -15485666 or 2012435. OLE color: 2012435.

HSL color Cylindrical-coordinate representation of color #13B51E: hue angle of 124.07º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13B51E is Cyan = 0.90, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.29.

Color convert

RGB 19 181 30 -
CMYK 0.90 0 0.83 0.29
HSL 124.07º 0.81% 0.39% -
HSV(B) 124.07º 0.9% 0.71% -
XYZ 17.03 33.28 6.75 -
YUV 115.35 79.83 59.28 -
System Red Green Blue C M Y K H S L
Decimal 19 181 30 0.90 0 0.83 0.29 124.07 0.81 0.39
Hex 13 B5 1E 5A 0 53 1D 7C 51 27
Octal 23 265 36 132 0 123 35 174 121 47
Binary 10011 10110101 11110 1011010 0 1010011 11101 1111100 1010001 100111

Color Harmonies of #13B51E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13B51E

Black with #13B51E

Text Example


Text Example

White with #13B51E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,181,30); }

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

background-color css

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

 a { background-color: rgb(19,181,30); }

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

border-color css

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

 span { border-color: rgb(19,181,30); }

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