Html Css Color HEX #13B323 Dark Pastel Green

📋 copy color: '#13B323'

red 19 ◦ green 179 ◦ blue 35

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

Shades of Dark Pastel Green #13B323

Tints of Dark Pastel Green #13B323

RGB

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

 GREEN value IS 179 (70.31% from 255) = 76.82%

 BLUE value IS 35 (14.06% from 255) = 15.02%

R = 8.15%
G = 76.82%
B = 15.02%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.80

 K value IS 0.30

RGB Variations

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

Color information

#13B323 (or 0x13B323) is known color: Dark Pastel Green. HEX triplet: 13, B3 and 23. RGB value is (19,179,35). Sum of RGB (Red+Green+Blue) = 19+179+35=233 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.15% from 233); Green value is 179 (70.31% from 255 or 76.82% from 233); Blue value is 35 (14.06% from 255 or 15.02% from 233); Max value from RGB is 179 - color contains mainly: green. Hex color #13B323 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13B323 is #EC4CDC. Grayscale: #737373. Windows color (decimal): -15486173 or 2339603. OLE color: 2339603.

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

Color convert

RGB 19 179 35 -
CMYK 0.89 0 0.80 0.30
HSL 126º 0.81% 0.39% -
HSV(B) 126º 0.89% 0.7% -
XYZ 16.69 32.5 6.98 -
YUV 114.74 82.99 59.71 -
System Red Green Blue C M Y K H S L
Decimal 19 179 35 0.89 0 0.80 0.30 126 0.81 0.39
Hex 13 B3 23 59 0 50 1E 7E 51 27
Octal 23 263 43 131 0 120 36 176 121 47
Binary 10011 10110011 100011 1011001 0 1010000 11110 1111110 1010001 100111

Color Harmonies of #13B323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13B323

Black with #13B323

Text Example


Text Example

White with #13B323

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,179,35); }

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

background-color css

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

 a { background-color: rgb(19,179,35); }

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

border-color css

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

 span { border-color: rgb(19,179,35); }

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