Html Css Color HEX #14B330 Dark Pastel Green

📋 copy color: '#14B330'

red 20 ◦ green 179 ◦ blue 48

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

Shades of Dark Pastel Green #14B330

Tints of Dark Pastel Green #14B330

RGB

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

 GREEN value IS 179 (70.31% from 255) = 72.47%

 BLUE value IS 48 (19.14% from 255) = 19.43%

R = 8.1%
G = 72.47%
B = 19.43%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#14B330 (or 0x14B330) is known color: Dark Pastel Green. HEX triplet: 14, B3 and 30. RGB value is (20,179,48). Sum of RGB (Red+Green+Blue) = 20+179+48=247 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.10% from 247); Green value is 179 (70.31% from 255 or 72.47% from 247); Blue value is 48 (19.14% from 255 or 19.43% from 247); Max value from RGB is 179 - color contains mainly: green. Hex color #14B330 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14B330 is #EB4CCF. Grayscale: #747474. Windows color (decimal): -15420624 or 3191572. OLE color: 3191572.

HSL color Cylindrical-coordinate representation of color #14B330: hue angle of 130.57º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B330 is Cyan = 0.89, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.30.

Color convert

RGB 20 179 48 -
CMYK 0.89 0 0.73 0.30
HSL 130.57º 0.8% 0.39% -
HSV(B) 130.57º 0.89% 0.7% -
XYZ 16.94 32.6 8.2 -
YUV 116.53 89.32 59.15 -
System Red Green Blue C M Y K H S L
Decimal 20 179 48 0.89 0 0.73 0.30 130.57 0.8 0.39
Hex 14 B3 30 59 0 49 1E 83 50 27
Octal 24 263 60 131 0 111 36 203 120 47
Binary 10100 10110011 110000 1011001 0 1001001 11110 10000011 1010000 100111

Color Harmonies of #14B330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B330

Black with #14B330

Text Example


Text Example

White with #14B330

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,179,48); }

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

background-color css

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

 a { background-color: rgb(20,179,48); }

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

border-color css

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

 span { border-color: rgb(20,179,48); }

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