Html Css Color HEX #13AA34 Dark Pastel Green

📋 copy color: '#13AA34'

red 19 ◦ green 170 ◦ blue 52

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

Shades of Dark Pastel Green #13AA34

Tints of Dark Pastel Green #13AA34

RGB

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

 GREEN value IS 170 (66.8% from 255) = 70.54%

 BLUE value IS 52 (20.7% from 255) = 21.58%

R = 7.88%
G = 70.54%
B = 21.58%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#13AA34 (or 0x13AA34) is known color: Dark Pastel Green. HEX triplet: 13, AA and 34. RGB value is (19,170,52). Sum of RGB (Red+Green+Blue) = 19+170+52=241 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.88% from 241); Green value is 170 (66.80% from 255 or 70.54% from 241); Blue value is 52 (20.70% from 255 or 21.58% from 241); Max value from RGB is 170 - color contains mainly: green. Hex color #13AA34 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13AA34 is #EC55CB. Grayscale: #6F6F6F. Windows color (decimal): -15488460 or 3451411. OLE color: 3451411.

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

Color convert

RGB 19 170 52 -
CMYK 0.89 0 0.69 0.33
HSL 133.11º 0.8% 0.37% -
HSV(B) 133.11º 0.89% 0.67% -
XYZ 15.26 29.14 8.07 -
YUV 111.4 94.47 62.09 -
System Red Green Blue C M Y K H S L
Decimal 19 170 52 0.89 0 0.69 0.33 133.11 0.8 0.37
Hex 13 AA 34 59 0 45 21 85 50 25
Octal 23 252 64 131 0 105 41 205 120 45
Binary 10011 10101010 110100 1011001 0 1000101 100001 10000101 1010000 100101

Color Harmonies of #13AA34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AA34

Black with #13AA34

Text Example


Text Example

White with #13AA34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,170,52); }

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

background-color css

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

 a { background-color: rgb(19,170,52); }

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

border-color css

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

 span { border-color: rgb(19,170,52); }

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