Html Css Color HEX #13B03A Dark Pastel Green

📋 copy color: '#13B03A'

red 19 ◦ green 176 ◦ blue 58

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

Shades of Dark Pastel Green #13B03A

Tints of Dark Pastel Green #13B03A

RGB

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

 GREEN value IS 176 (69.14% from 255) = 69.57%

 BLUE value IS 58 (23.05% from 255) = 22.92%

R = 7.51%
G = 69.57%
B = 22.92%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#13B03A (or 0x13B03A) is known color: Dark Pastel Green. HEX triplet: 13, B0 and 3A. RGB value is (19,176,58). Sum of RGB (Red+Green+Blue) = 19+176+58=253 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.51% from 253); Green value is 176 (69.14% from 255 or 69.57% from 253); Blue value is 58 (23.05% from 255 or 22.92% from 253); Max value from RGB is 176 - color contains mainly: green. Hex color #13B03A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13B03A is #EC4FC5. Grayscale: #737373. Windows color (decimal): -15486918 or 3846163. OLE color: 3846163.

HSL color Cylindrical-coordinate representation of color #13B03A: hue angle of 134.9º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13B03A is Cyan = 0.89, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB 19 176 58 -
CMYK 0.89 0 0.67 0.31
HSL 134.9º 0.81% 0.38% -
HSV(B) 134.9º 0.89% 0.69% -
XYZ 16.56 31.49 9.21 -
YUV 115.61 95.49 59.09 -
System Red Green Blue C M Y K H S L
Decimal 19 176 58 0.89 0 0.67 0.31 134.9 0.81 0.38
Hex 13 B0 3A 59 0 43 1F 87 51 26
Octal 23 260 72 131 0 103 37 207 121 46
Binary 10011 10110000 111010 1011001 0 1000011 11111 10000111 1010001 100110

Color Harmonies of #13B03A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13B03A

Black with #13B03A

Text Example


Text Example

White with #13B03A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,176,58); }

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

background-color css

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

 a { background-color: rgb(19,176,58); }

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

border-color css

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

 span { border-color: rgb(19,176,58); }

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