Html Css Color HEX #13B13C Dark Pastel Green

📋 copy color: '#13B13C'

red 19 ◦ green 177 ◦ blue 60

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

Shades of Dark Pastel Green #13B13C

Tints of Dark Pastel Green #13B13C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 23.44%

R = 7.42%
G = 69.14%
B = 23.44%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#13B13C (or 0x13B13C) is known color: Dark Pastel Green. HEX triplet: 13, B1 and 3C. RGB value is (19,177,60). Sum of RGB (Red+Green+Blue) = 19+177+60=256 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.42% from 256); Green value is 177 (69.53% from 255 or 69.14% from 256); Blue value is 60 (23.83% from 255 or 23.44% from 256); Max value from RGB is 177 - color contains mainly: green. Hex color #13B13C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13B13C is #EC4EC3. Grayscale: #747474. Windows color (decimal): -15486660 or 3977491. OLE color: 3977491.

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

Color convert

RGB 19 177 60 -
CMYK 0.89 0 0.66 0.31
HSL 135.57º 0.81% 0.38% -
HSV(B) 135.57º 0.89% 0.69% -
XYZ 16.81 31.91 9.55 -
YUV 116.42 96.15 58.51 -
System Red Green Blue C M Y K H S L
Decimal 19 177 60 0.89 0 0.66 0.31 135.57 0.81 0.38
Hex 13 B1 3C 59 0 42 1F 88 51 26
Octal 23 261 74 131 0 102 37 210 121 46
Binary 10011 10110001 111100 1011001 0 1000010 11111 10001000 1010001 100110

Color Harmonies of #13B13C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13B13C

Black with #13B13C

Text Example


Text Example

White with #13B13C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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