Html Css Color HEX #13AF2D Dark Pastel Green

📋 copy color: '#13AF2D'

red 19 ◦ green 175 ◦ blue 45

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

Shades of Dark Pastel Green #13AF2D

Tints of Dark Pastel Green #13AF2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 18.83%

R = 7.95%
G = 73.22%
B = 18.83%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#13AF2D (or 0x13AF2D) is known color: Dark Pastel Green. HEX triplet: 13, AF and 2D. RGB value is (19,175,45). Sum of RGB (Red+Green+Blue) = 19+175+45=239 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.95% from 239); Green value is 175 (68.75% from 255 or 73.22% from 239); Blue value is 45 (17.97% from 255 or 18.83% from 239); Max value from RGB is 175 - color contains mainly: green. Hex color #13AF2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13AF2D is #EC50D2. Grayscale: #717171. Windows color (decimal): -15487187 or 2993939. OLE color: 2993939.

HSL color Cylindrical-coordinate representation of color #13AF2D: hue angle of 130º 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 #13AF2D is Cyan = 0.89, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB 19 175 45 -
CMYK 0.89 0 0.74 0.31
HSL 130º 0.8% 0.38% -
HSV(B) 130º 0.89% 0.69% -
XYZ 16.07 30.99 7.62 -
YUV 113.54 89.32 60.57 -
System Red Green Blue C M Y K H S L
Decimal 19 175 45 0.89 0 0.74 0.31 130 0.8 0.38
Hex 13 AF 2D 59 0 4A 1F 82 50 26
Octal 23 257 55 131 0 112 37 202 120 46
Binary 10011 10101111 101101 1011001 0 1001010 11111 10000010 1010000 100110

Color Harmonies of #13AF2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AF2D

Black with #13AF2D

Text Example


Text Example

White with #13AF2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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