Html Css Color HEX #13AF28 Dark Pastel Green

📋 copy color: '#13AF28'

red 19 ◦ green 175 ◦ blue 40

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

Shades of Dark Pastel Green #13AF28

Tints of Dark Pastel Green #13AF28

RGB

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

 GREEN value IS 175 (68.75% from 255) = 74.79%

 BLUE value IS 40 (16.02% from 255) = 17.09%

R = 8.12%
G = 74.79%
B = 17.09%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#13AF28 (or 0x13AF28) is known color: Dark Pastel Green. HEX triplet: 13, AF and 28. RGB value is (19,175,40). Sum of RGB (Red+Green+Blue) = 19+175+40=234 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.12% from 234); Green value is 175 (68.75% from 255 or 74.79% from 234); Blue value is 40 (16.02% from 255 or 17.09% from 234); Max value from RGB is 175 - color contains mainly: green. Hex color #13AF28 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13AF28 is #EC50D7. Grayscale: #717171. Windows color (decimal): -15487192 or 2666259. OLE color: 2666259.

HSL color Cylindrical-coordinate representation of color #13AF28: hue angle of 128.08º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13AF28 is Cyan = 0.89, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB 19 175 40 -
CMYK 0.89 0 0.77 0.31
HSL 128.08º 0.8% 0.38% -
HSV(B) 128.08º 0.89% 0.69% -
XYZ 15.98 30.95 7.14 -
YUV 112.97 86.82 60.98 -
System Red Green Blue C M Y K H S L
Decimal 19 175 40 0.89 0 0.77 0.31 128.08 0.8 0.38
Hex 13 AF 28 59 0 4D 1F 80 50 26
Octal 23 257 50 131 0 115 37 200 120 46
Binary 10011 10101111 101000 1011001 0 1001101 11111 10000000 1010000 100110

Color Harmonies of #13AF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AF28

Black with #13AF28

Text Example


Text Example

White with #13AF28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,175,40); }

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

background-color css

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

 a { background-color: rgb(19,175,40); }

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

border-color css

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

 span { border-color: rgb(19,175,40); }

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