Html Css Color HEX #13BD46 Dark Pastel Green

📋 copy color: '#13BD46'

red 19 ◦ green 189 ◦ blue 70

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

Shades of Dark Pastel Green #13BD46

Tints of Dark Pastel Green #13BD46

RGB

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

 GREEN value IS 189 (74.22% from 255) = 67.99%

 BLUE value IS 70 (27.73% from 255) = 25.18%

R = 6.83%
G = 67.99%
B = 25.18%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#13BD46 (or 0x13BD46) is known color: Dark Pastel Green. HEX triplet: 13, BD and 46. RGB value is (19,189,70). Sum of RGB (Red+Green+Blue) = 19+189+70=278 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.83% from 278); Green value is 189 (74.22% from 255 or 67.99% from 278); Blue value is 70 (27.73% from 255 or 25.18% from 278); Max value from RGB is 189 - color contains mainly: green. Hex color #13BD46 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13BD46 is #EC42B9. Grayscale: #7C7C7C. Windows color (decimal): -15483578 or 4635923. OLE color: 4635923.

HSL color Cylindrical-coordinate representation of color #13BD46: hue angle of 138º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13BD46 is Cyan = 0.90, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB 19 189 70 -
CMYK 0.90 0 0.63 0.26
HSL 138º 0.82% 0.41% -
HSV(B) 138º 0.9% 0.74% -
XYZ 19.57 36.98 11.9 -
YUV 124.6 97.18 52.68 -
System Red Green Blue C M Y K H S L
Decimal 19 189 70 0.90 0 0.63 0.26 138 0.82 0.41
Hex 13 BD 46 5A 0 3F 1A 8A 52 29
Octal 23 275 106 132 0 77 32 212 122 51
Binary 10011 10111101 1000110 1011010 0 111111 11010 10001010 1010010 101001

Color Harmonies of #13BD46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BD46

Black with #13BD46

Text Example


Text Example

White with #13BD46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,189,70); }

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

background-color css

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

 a { background-color: rgb(19,189,70); }

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

border-color css

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

 span { border-color: rgb(19,189,70); }

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