Html Css Color HEX #328E1F La Palma

📋 copy color: '#328E1F'

red 50 ◦ green 142 ◦ blue 31

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

Shades of La Palma #328E1F

Tints of La Palma #328E1F

RGB

 RED value IS 50 (19.92% from 255) = 22.42%

 GREEN value IS 142 (55.86% from 255) = 63.68%

 BLUE value IS 31 (12.5% from 255) = 13.9%

R = 22.42%
G = 63.68%
B = 13.9%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.78

 K value IS 0.44

RGB Variations

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

Color information

#328E1F (or 0x328E1F) is known color: La Palma. HEX triplet: 32, 8E and 1F. RGB value is (50,142,31). Sum of RGB (Red+Green+Blue) = 50+142+31=223 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.42% from 223); Green value is 142 (55.86% from 255 or 63.68% from 223); Blue value is 31 (12.5% from 255 or 13.90% from 223); Max value from RGB is 142 - color contains mainly: green. Hex color #328E1F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328E1F is #CD71E0. Grayscale: #666666. Windows color (decimal): -13464033 or 2068018. OLE color: 2068018.

HSL color Cylindrical-coordinate representation of color #328E1F: hue angle of 109.73º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #328E1F is Cyan = 0.65, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.44.

Color convert

RGB 50 142 31 -
CMYK 0.65 0 0.78 0.44
HSL 109.73º 0.64% 0.34% -
HSV(B) 109.73º 0.78% 0.56% -
XYZ 11.24 20.12 4.59 -
YUV 101.84 88.02 91.03 -
System Red Green Blue C M Y K H S L
Decimal 50 142 31 0.65 0 0.78 0.44 109.73 0.64 0.34
Hex 32 8E 1F 41 0 4E 2C 6E 40 22
Octal 62 216 37 101 0 116 54 156 100 42
Binary 110010 10001110 11111 1000001 0 1001110 101100 1101110 1000000 100010

Color Harmonies of #328E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328E1F

Black with #328E1F

Text Example


Text Example

White with #328E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328E1F; }

 p { color: rgb(50,142,31); }

 H1.HeaderClassName
 {
   color: #328E1F;
 }
 .AnyTagClassName
 {
   color: #328E1F;
 }
</style>

background-color css

<style>
 a { background-color: #328E1F; }

 a { background-color: rgb(50,142,31); }

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

border-color css

<style>
 span { border-color: #328E1F; }

 span { border-color: rgb(50,142,31); }

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