Html Css Color HEX #13B140 Dark Pastel Green

📋 copy color: '#13B140'

red 19 ◦ green 177 ◦ blue 64

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

Shades of Dark Pastel Green #13B140

Tints of Dark Pastel Green #13B140

RGB

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

 GREEN value IS 177 (69.53% from 255) = 68.08%

 BLUE value IS 64 (25.39% from 255) = 24.62%

R = 7.31%
G = 68.08%
B = 24.62%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#13B140 (or 0x13B140) is known color: Dark Pastel Green. HEX triplet: 13, B1 and 40. RGB value is (19,177,64). Sum of RGB (Red+Green+Blue) = 19+177+64=260 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.31% from 260); Green value is 177 (69.53% from 255 or 68.08% from 260); Blue value is 64 (25.39% from 255 or 24.62% from 260); Max value from RGB is 177 - color contains mainly: green. Hex color #13B140 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13B140 is #EC4EBF. Grayscale: #757575. Windows color (decimal): -15486656 or 4239635. OLE color: 4239635.

HSL color Cylindrical-coordinate representation of color #13B140: hue angle of 137.09º 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 #13B140 is Cyan = 0.89, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 19 177 64 -
CMYK 0.89 0 0.64 0.31
HSL 137.09º 0.81% 0.38% -
HSV(B) 137.09º 0.89% 0.69% -
XYZ 16.92 31.95 10.13 -
YUV 116.88 98.15 58.19 -
System Red Green Blue C M Y K H S L
Decimal 19 177 64 0.89 0 0.64 0.31 137.09 0.81 0.38
Hex 13 B1 40 59 0 40 1F 89 51 26
Octal 23 261 100 131 0 100 37 211 121 46
Binary 10011 10110001 1000000 1011001 0 1000000 11111 10001001 1010001 100110

Color Harmonies of #13B140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13B140

Black with #13B140

Text Example


Text Example

White with #13B140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,177,64); }

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

background-color css

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

 a { background-color: rgb(19,177,64); }

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

border-color css

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

 span { border-color: rgb(19,177,64); }

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