Html Css Color HEX #13B125 Dark Pastel Green

📋 copy color: '#13B125'

red 19 ◦ green 177 ◦ blue 37

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

Shades of Dark Pastel Green #13B125

Tints of Dark Pastel Green #13B125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 15.88%

R = 8.15%
G = 75.97%
B = 15.88%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#13B125 (or 0x13B125) is known color: Dark Pastel Green. HEX triplet: 13, B1 and 25. RGB value is (19,177,37). Sum of RGB (Red+Green+Blue) = 19+177+37=233 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.15% from 233); Green value is 177 (69.53% from 255 or 75.97% from 233); Blue value is 37 (14.84% from 255 or 15.88% from 233); Max value from RGB is 177 - color contains mainly: green. Hex color #13B125 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13B125 is #EC4EDA. Grayscale: #727272. Windows color (decimal): -15486683 or 2470163. OLE color: 2470163.

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

Color convert

RGB 19 177 37 -
CMYK 0.89 0 0.79 0.31
HSL 126.84º 0.81% 0.38% -
HSV(B) 126.84º 0.89% 0.69% -
XYZ 16.32 31.72 7.01 -
YUV 113.8 84.65 60.38 -
System Red Green Blue C M Y K H S L
Decimal 19 177 37 0.89 0 0.79 0.31 126.84 0.81 0.38
Hex 13 B1 25 59 0 4F 1F 7F 51 26
Octal 23 261 45 131 0 117 37 177 121 46
Binary 10011 10110001 100101 1011001 0 1001111 11111 1111111 1010001 100110

Color Harmonies of #13B125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13B125

Black with #13B125

Text Example


Text Example

White with #13B125

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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