Html Css Color HEX #13B122 Dark Pastel Green

📋 copy color: '#13B122'

red 19 ◦ green 177 ◦ blue 34

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

Shades of Dark Pastel Green #13B122

Tints of Dark Pastel Green #13B122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 14.78%

R = 8.26%
G = 76.96%
B = 14.78%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#13B122 (or 0x13B122) is known color: Dark Pastel Green. HEX triplet: 13, B1 and 22. RGB value is (19,177,34). Sum of RGB (Red+Green+Blue) = 19+177+34=230 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.26% from 230); Green value is 177 (69.53% from 255 or 76.96% from 230); Blue value is 34 (13.67% from 255 or 14.78% from 230); Max value from RGB is 177 - color contains mainly: green. Hex color #13B122 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13B122 is #EC4EDD. Grayscale: #717171. Windows color (decimal): -15486686 or 2273555. OLE color: 2273555.

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

Color convert

RGB 19 177 34 -
CMYK 0.89 0 0.81 0.31
HSL 125.7º 0.81% 0.38% -
HSV(B) 125.7º 0.89% 0.69% -
XYZ 16.28 31.7 6.77 -
YUV 113.46 83.15 60.63 -
System Red Green Blue C M Y K H S L
Decimal 19 177 34 0.89 0 0.81 0.31 125.7 0.81 0.38
Hex 13 B1 22 59 0 51 1F 7E 51 26
Octal 23 261 42 131 0 121 37 176 121 46
Binary 10011 10110001 100010 1011001 0 1010001 11111 1111110 1010001 100110

Color Harmonies of #13B122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13B122

Black with #13B122

Text Example


Text Example

White with #13B122

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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