Html Css Color HEX #14AA2D Dark Pastel Green

📋 copy color: '#14AA2D'

red 20 ◦ green 170 ◦ blue 45

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

Shades of Dark Pastel Green #14AA2D

Tints of Dark Pastel Green #14AA2D

RGB

 RED value IS 20 (8.2% from 255) = 8.51%

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

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

R = 8.51%
G = 72.34%
B = 19.15%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#14AA2D (or 0x14AA2D) is known color: Dark Pastel Green. HEX triplet: 14, AA and 2D. RGB value is (20,170,45). Sum of RGB (Red+Green+Blue) = 20+170+45=235 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.51% from 235); Green value is 170 (66.80% from 255 or 72.34% from 235); Blue value is 45 (17.97% from 255 or 19.15% from 235); Max value from RGB is 170 - color contains mainly: green. Hex color #14AA2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14AA2D is #EB55D2. Grayscale: #6F6F6F. Windows color (decimal): -15422931 or 2992660. OLE color: 2992660.

HSL color Cylindrical-coordinate representation of color #14AA2D: hue angle of 130º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14AA2D is Cyan = 0.88, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB 20 170 45 -
CMYK 0.88 0 0.74 0.33
HSL 130º 0.79% 0.37% -
HSV(B) 130º 0.88% 0.67% -
XYZ 15.14 29.09 7.3 -
YUV 110.9 90.81 63.16 -
System Red Green Blue C M Y K H S L
Decimal 20 170 45 0.88 0 0.74 0.33 130 0.79 0.37
Hex 14 AA 2D 58 0 4A 21 82 4F 25
Octal 24 252 55 130 0 112 41 202 117 45
Binary 10100 10101010 101101 1011000 0 1001010 100001 10000010 1001111 100101

Color Harmonies of #14AA2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AA2D

Black with #14AA2D

Text Example


Text Example

White with #14AA2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14AA2D; }

 p { color: rgb(20,170,45); }

 H1.HeaderClassName
 {
   color: #14AA2D;
 }
 .AnyTagClassName
 {
   color: #14AA2D;
 }
</style>

background-color css

<style>
 a { background-color: #14AA2D; }

 a { background-color: rgb(20,170,45); }

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

border-color css

<style>
 span { border-color: #14AA2D; }

 span { border-color: rgb(20,170,45); }

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