Html Css Color HEX #13B139 Dark Pastel Green

📋 copy color: '#13B139'

red 19 ◦ green 177 ◦ blue 57

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

Shades of Dark Pastel Green #13B139

Tints of Dark Pastel Green #13B139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 22.53%

R = 7.51%
G = 69.96%
B = 22.53%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#13B139 (or 0x13B139) is known color: Dark Pastel Green. HEX triplet: 13, B1 and 39. RGB value is (19,177,57). Sum of RGB (Red+Green+Blue) = 19+177+57=253 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.51% from 253); Green value is 177 (69.53% from 255 or 69.96% from 253); Blue value is 57 (22.66% from 255 or 22.53% from 253); Max value from RGB is 177 - color contains mainly: green. Hex color #13B139 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13B139 is #EC4EC6. Grayscale: #747474. Windows color (decimal): -15486663 or 3780883. OLE color: 3780883.

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

Color convert

RGB 19 177 57 -
CMYK 0.89 0 0.68 0.31
HSL 134.43º 0.81% 0.38% -
HSV(B) 134.43º 0.89% 0.69% -
XYZ 16.73 31.88 9.14 -
YUV 116.08 94.65 58.76 -
System Red Green Blue C M Y K H S L
Decimal 19 177 57 0.89 0 0.68 0.31 134.43 0.81 0.38
Hex 13 B1 39 59 0 44 1F 86 51 26
Octal 23 261 71 131 0 104 37 206 121 46
Binary 10011 10110001 111001 1011001 0 1000100 11111 10000110 1010001 100110

Color Harmonies of #13B139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13B139

Black with #13B139

Text Example


Text Example

White with #13B139

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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