Html Css Color HEX #13B441 Dark Pastel Green

📋 copy color: '#13B441'

red 19 ◦ green 180 ◦ blue 65

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

Shades of Dark Pastel Green #13B441

Tints of Dark Pastel Green #13B441

RGB

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

 GREEN value IS 180 (70.7% from 255) = 68.18%

 BLUE value IS 65 (25.78% from 255) = 24.62%

R = 7.2%
G = 68.18%
B = 24.62%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#13B441 (or 0x13B441) is known color: Dark Pastel Green. HEX triplet: 13, B4 and 41. RGB value is (19,180,65). Sum of RGB (Red+Green+Blue) = 19+180+65=264 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.20% from 264); Green value is 180 (70.70% from 255 or 68.18% from 264); Blue value is 65 (25.78% from 255 or 24.62% from 264); Max value from RGB is 180 - color contains mainly: green. Hex color #13B441 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13B441 is #EC4BBE. Grayscale: #777777. Windows color (decimal): -15485887 or 4305939. OLE color: 4305939.

HSL color Cylindrical-coordinate representation of color #13B441: hue angle of 137.14º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13B441 is Cyan = 0.89, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB 19 180 65 -
CMYK 0.89 0 0.64 0.29
HSL 137.14º 0.81% 0.39% -
HSV(B) 137.14º 0.89% 0.71% -
XYZ 17.54 33.16 10.48 -
YUV 118.75 97.66 56.85 -
System Red Green Blue C M Y K H S L
Decimal 19 180 65 0.89 0 0.64 0.29 137.14 0.81 0.39
Hex 13 B4 41 59 0 40 1D 89 51 27
Octal 23 264 101 131 0 100 35 211 121 47
Binary 10011 10110100 1000001 1011001 0 1000000 11101 10001001 1010001 100111

Color Harmonies of #13B441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13B441

Black with #13B441

Text Example


Text Example

White with #13B441

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,180,65); }

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

background-color css

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

 a { background-color: rgb(19,180,65); }

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

border-color css

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

 span { border-color: rgb(19,180,65); }

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