Html Css Color HEX #14D32E Dark Pastel Green

📋 copy color: '#14D32E'

red 20 ◦ green 211 ◦ blue 46

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

Shades of Dark Pastel Green #14D32E

Tints of Dark Pastel Green #14D32E

RGB

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

 GREEN value IS 211 (82.81% from 255) = 76.17%

 BLUE value IS 46 (18.36% from 255) = 16.61%

R = 7.22%
G = 76.17%
B = 16.61%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#14D32E (or 0x14D32E) is known color: Dark Pastel Green. HEX triplet: 14, D3 and 2E. RGB value is (20,211,46). Sum of RGB (Red+Green+Blue) = 20+211+46=277 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.22% from 277); Green value is 211 (82.81% from 255 or 76.17% from 277); Blue value is 46 (18.36% from 255 or 16.61% from 277); Max value from RGB is 211 - color contains mainly: green. Hex color #14D32E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14D32E is #EB2CD1. Grayscale: #878787. Windows color (decimal): -15412434 or 3068692. OLE color: 3068692.

HSL color Cylindrical-coordinate representation of color #14D32E: hue angle of 128.17º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14D32E is Cyan = 0.91, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.17.

Color convert

RGB 20 211 46 -
CMYK 0.91 0 0.78 0.17
HSL 128.17º 0.83% 0.45% -
HSV(B) 128.17º 0.91% 0.83% -
XYZ 24.08 46.93 10.38 -
YUV 135.08 77.72 45.92 -
System Red Green Blue C M Y K H S L
Decimal 20 211 46 0.91 0 0.78 0.17 128.17 0.83 0.45
Hex 14 D3 2E 5B 0 4E 11 80 53 2D
Octal 24 323 56 133 0 116 21 200 123 55
Binary 10100 11010011 101110 1011011 0 1001110 10001 10000000 1010011 101101

Color Harmonies of #14D32E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D32E

Black with #14D32E

Text Example


Text Example

White with #14D32E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,211,46); }

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

background-color css

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

 a { background-color: rgb(20,211,46); }

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

border-color css

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

 span { border-color: rgb(20,211,46); }

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