Html Css Color HEX #13BA1D Dark Pastel Green

📋 copy color: '#13BA1D'

red 19 ◦ green 186 ◦ blue 29

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

Shades of Dark Pastel Green #13BA1D

Tints of Dark Pastel Green #13BA1D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 79.49%

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

R = 8.12%
G = 79.49%
B = 12.39%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#13BA1D (or 0x13BA1D) is known color: Dark Pastel Green. HEX triplet: 13, BA and 1D. RGB value is (19,186,29). Sum of RGB (Red+Green+Blue) = 19+186+29=234 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.12% from 234); Green value is 186 (73.05% from 255 or 79.49% from 234); Blue value is 29 (11.72% from 255 or 12.39% from 234); Max value from RGB is 186 - color contains mainly: green. Hex color #13BA1D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13BA1D is #EC45E2. Grayscale: #767676. Windows color (decimal): -15484387 or 1948179. OLE color: 1948179.

HSL color Cylindrical-coordinate representation of color #13BA1D: hue angle of 123.59º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13BA1D is Cyan = 0.90, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB 19 186 29 -
CMYK 0.90 0 0.84 0.27
HSL 123.59º 0.81% 0.4% -
HSV(B) 123.59º 0.9% 0.73% -
XYZ 18.05 35.34 7.03 -
YUV 118.17 77.67 57.27 -
System Red Green Blue C M Y K H S L
Decimal 19 186 29 0.90 0 0.84 0.27 123.59 0.81 0.4
Hex 13 BA 1D 5A 0 54 1B 7C 51 28
Octal 23 272 35 132 0 124 33 174 121 50
Binary 10011 10111010 11101 1011010 0 1010100 11011 1111100 1010001 101000

Color Harmonies of #13BA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BA1D

Black with #13BA1D

Text Example


Text Example

White with #13BA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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