Html Css Color HEX #329402 La Palma

📋 copy color: '#329402'

red 50 ◦ green 148 ◦ blue 2

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

Shades of La Palma #329402

Tints of La Palma #329402

RGB

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

 GREEN value IS 148 (58.2% from 255) = 74%

 BLUE value IS 2 (1.17% from 255) = 1%

R = 25%
G = 74%
B = 1%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#329402 (or 0x329402) is known color: La Palma. HEX triplet: 32, 94 and 02. RGB value is (50,148,2). Sum of RGB (Red+Green+Blue) = 50+148+2=200 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25% from 200); Green value is 148 (58.20% from 255 or 74% from 200); Blue value is 2 (1.17% from 255 or 1% from 200); Max value from RGB is 148 - color contains mainly: green. Hex color #329402 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #329402 is #CD6BFD. Grayscale: #666666. Windows color (decimal): -13462526 or 169010. OLE color: 169010.

HSL color Cylindrical-coordinate representation of color #329402: hue angle of 100.27º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #329402 is Cyan = 0.66, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 50 148 2 -
CMYK 0.66 0 0.99 0.42
HSL 100.27º 0.97% 0.29% -
HSV(B) 100.27º 0.99% 0.58% -
XYZ 11.92 21.86 3.65 -
YUV 102.05 71.53 90.87 -
System Red Green Blue C M Y K H S L
Decimal 50 148 2 0.66 0 0.99 0.42 100.27 0.97 0.29
Hex 32 94 2 42 0 63 2A 64 61 1D
Octal 62 224 2 102 0 143 52 144 141 35
Binary 110010 10010100 10 1000010 0 1100011 101010 1100100 1100001 11101

Color Harmonies of #329402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329402

Black with #329402

Text Example


Text Example

White with #329402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329402; }

 p { color: rgb(50,148,2); }

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

background-color css

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

 a { background-color: rgb(50,148,2); }

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

border-color css

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

 span { border-color: rgb(50,148,2); }

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