Html Css Color HEX #13B33A Dark Pastel Green

📋 copy color: '#13B33A'

red 19 ◦ green 179 ◦ blue 58

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

Shades of Dark Pastel Green #13B33A

Tints of Dark Pastel Green #13B33A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 22.66%

R = 7.42%
G = 69.92%
B = 22.66%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.68

 K value IS 0.30

RGB Variations

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

Color information

#13B33A (or 0x13B33A) is known color: Dark Pastel Green. HEX triplet: 13, B3 and 3A. RGB value is (19,179,58). Sum of RGB (Red+Green+Blue) = 19+179+58=256 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.42% from 256); Green value is 179 (70.31% from 255 or 69.92% from 256); Blue value is 58 (23.05% from 255 or 22.66% from 256); Max value from RGB is 179 - color contains mainly: green. Hex color #13B33A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13B33A is #EC4CC5. Grayscale: #757575. Windows color (decimal): -15486150 or 3846931. OLE color: 3846931.

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

Color convert

RGB 19 179 58 -
CMYK 0.89 0 0.68 0.30
HSL 134.63º 0.81% 0.39% -
HSV(B) 134.63º 0.89% 0.7% -
XYZ 17.15 32.68 9.41 -
YUV 117.37 94.49 57.84 -
System Red Green Blue C M Y K H S L
Decimal 19 179 58 0.89 0 0.68 0.30 134.63 0.81 0.39
Hex 13 B3 3A 59 0 44 1E 87 51 27
Octal 23 263 72 131 0 104 36 207 121 47
Binary 10011 10110011 111010 1011001 0 1000100 11110 10000111 1010001 100111

Color Harmonies of #13B33A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13B33A

Black with #13B33A

Text Example


Text Example

White with #13B33A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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