Html Css Color HEX #13B333 Dark Pastel Green

📋 copy color: '#13B333'

red 19 ◦ green 179 ◦ blue 51

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

Shades of Dark Pastel Green #13B333

Tints of Dark Pastel Green #13B333

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 20.48%

R = 7.63%
G = 71.89%
B = 20.48%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#13B333 (or 0x13B333) is known color: Dark Pastel Green. HEX triplet: 13, B3 and 33. RGB value is (19,179,51). Sum of RGB (Red+Green+Blue) = 19+179+51=249 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.63% from 249); Green value is 179 (70.31% from 255 or 71.89% from 249); Blue value is 51 (20.31% from 255 or 20.48% from 249); Max value from RGB is 179 - color contains mainly: green. Hex color #13B333 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13B333 is #EC4CCC. Grayscale: #747474. Windows color (decimal): -15486157 or 3388179. OLE color: 3388179.

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

Color convert

RGB 19 179 51 -
CMYK 0.89 0 0.72 0.30
HSL 132º 0.81% 0.39% -
HSV(B) 132º 0.89% 0.7% -
XYZ 16.99 32.62 8.53 -
YUV 116.57 90.99 58.41 -
System Red Green Blue C M Y K H S L
Decimal 19 179 51 0.89 0 0.72 0.30 132 0.81 0.39
Hex 13 B3 33 59 0 48 1E 84 51 27
Octal 23 263 63 131 0 110 36 204 121 47
Binary 10011 10110011 110011 1011001 0 1001000 11110 10000100 1010001 100111

Color Harmonies of #13B333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13B333

Black with #13B333

Text Example


Text Example

White with #13B333

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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