Html Css Color HEX #13D129 Dark Pastel Green

📋 copy color: '#13D129'

red 19 ◦ green 209 ◦ blue 41

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

Shades of Dark Pastel Green #13D129

Tints of Dark Pastel Green #13D129

RGB

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

 GREEN value IS 209 (82.03% from 255) = 77.7%

 BLUE value IS 41 (16.41% from 255) = 15.24%

R = 7.06%
G = 77.7%
B = 15.24%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#13D129 (or 0x13D129) is known color: Dark Pastel Green. HEX triplet: 13, D1 and 29. RGB value is (19,209,41). Sum of RGB (Red+Green+Blue) = 19+209+41=269 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.06% from 269); Green value is 209 (82.03% from 255 or 77.70% from 269); Blue value is 41 (16.41% from 255 or 15.24% from 269); Max value from RGB is 209 - color contains mainly: green. Hex color #13D129 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13D129 is #EC2ED6. Grayscale: #858585. Windows color (decimal): -15478487 or 2740499. OLE color: 2740499.

HSL color Cylindrical-coordinate representation of color #13D129: hue angle of 126.95º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D129 is Cyan = 0.91, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB 19 209 41 -
CMYK 0.91 0 0.80 0.18
HSL 126.95º 0.83% 0.45% -
HSV(B) 126.95º 0.91% 0.82% -
XYZ 23.47 45.9 9.72 -
YUV 133.04 76.05 46.66 -
System Red Green Blue C M Y K H S L
Decimal 19 209 41 0.91 0 0.80 0.18 126.95 0.83 0.45
Hex 13 D1 29 5B 0 50 12 7F 53 2D
Octal 23 321 51 133 0 120 22 177 123 55
Binary 10011 11010001 101001 1011011 0 1010000 10010 1111111 1010011 101101

Color Harmonies of #13D129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13D129

Black with #13D129

Text Example


Text Example

White with #13D129

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,209,41); }

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

background-color css

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

 a { background-color: rgb(19,209,41); }

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

border-color css

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

 span { border-color: rgb(19,209,41); }

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