Html Css Color HEX #13D02A Dark Pastel Green

📋 copy color: '#13D02A'

red 19 ◦ green 208 ◦ blue 42

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

Shades of Dark Pastel Green #13D02A

Tints of Dark Pastel Green #13D02A

RGB

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

 GREEN value IS 208 (81.64% from 255) = 77.32%

 BLUE value IS 42 (16.8% from 255) = 15.61%

R = 7.06%
G = 77.32%
B = 15.61%

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

#13D02A (or 0x13D02A) is known color: Dark Pastel Green. HEX triplet: 13, D0 and 2A. RGB value is (19,208,42). Sum of RGB (Red+Green+Blue) = 19+208+42=269 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.06% from 269); Green value is 208 (81.64% from 255 or 77.32% from 269); Blue value is 42 (16.80% from 255 or 15.61% from 269); Max value from RGB is 208 - color contains mainly: green. Hex color #13D02A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13D02A is #EC2FD5. Grayscale: #858585. Windows color (decimal): -15478742 or 2805779. OLE color: 2805779.

HSL color Cylindrical-coordinate representation of color #13D02A: hue angle of 127.3º 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 #13D02A is Cyan = 0.91, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB 19 208 42 -
CMYK 0.91 0 0.80 0.18
HSL 127.3º 0.83% 0.45% -
HSV(B) 127.3º 0.91% 0.82% -
XYZ 23.24 45.42 9.73 -
YUV 132.57 76.88 47 -
System Red Green Blue C M Y K H S L
Decimal 19 208 42 0.91 0 0.80 0.18 127.3 0.83 0.45
Hex 13 D0 2A 5B 0 50 12 7F 53 2D
Octal 23 320 52 133 0 120 22 177 123 55
Binary 10011 11010000 101010 1011011 0 1010000 10010 1111111 1010011 101101

Color Harmonies of #13D02A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13D02A

Black with #13D02A

Text Example


Text Example

White with #13D02A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,208,42); }

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

background-color css

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

 a { background-color: rgb(19,208,42); }

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

border-color css

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

 span { border-color: rgb(19,208,42); }

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