Html Css Color HEX #13BD45 Dark Pastel Green

📋 copy color: '#13BD45'

red 19 ◦ green 189 ◦ blue 69

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

Shades of Dark Pastel Green #13BD45

Tints of Dark Pastel Green #13BD45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 24.91%

R = 6.86%
G = 68.23%
B = 24.91%

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

#13BD45 (or 0x13BD45) is known color: Dark Pastel Green. HEX triplet: 13, BD and 45. RGB value is (19,189,69). Sum of RGB (Red+Green+Blue) = 19+189+69=277 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.86% from 277); Green value is 189 (74.22% from 255 or 68.23% from 277); Blue value is 69 (27.34% from 255 or 24.91% from 277); Max value from RGB is 189 - color contains mainly: green. Hex color #13BD45 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13BD45 is #EC42BA. Grayscale: #7C7C7C. Windows color (decimal): -15483579 or 4570387. OLE color: 4570387.

HSL color Cylindrical-coordinate representation of color #13BD45: hue angle of 137.65º 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 #13BD45 is Cyan = 0.90, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB 19 189 69 -
CMYK 0.90 0 0.63 0.26
HSL 137.65º 0.82% 0.41% -
HSV(B) 137.65º 0.9% 0.74% -
XYZ 19.54 36.96 11.73 -
YUV 124.49 96.68 52.76 -
System Red Green Blue C M Y K H S L
Decimal 19 189 69 0.90 0 0.63 0.26 137.65 0.82 0.41
Hex 13 BD 45 5A 0 3F 1A 8A 52 29
Octal 23 275 105 132 0 77 32 212 122 51
Binary 10011 10111101 1000101 1011010 0 111111 11010 10001010 1010010 101001

Color Harmonies of #13BD45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BD45

Black with #13BD45

Text Example


Text Example

White with #13BD45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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