Html Css Color HEX #329F01 Kelly Green

📋 copy color: '#329F01'

red 50 ◦ green 159 ◦ blue 1

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

Shades of Kelly Green #329F01

Tints of Kelly Green #329F01

RGB

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

 GREEN value IS 159 (62.5% from 255) = 75.71%

 BLUE value IS 1 (0.78% from 255) = 0.48%

R = 23.81%
G = 75.71%
B = 0.48%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.99

 K value IS 0.38

RGB Variations

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

Color information

#329F01 (or 0x329F01) is known color: Kelly Green. HEX triplet: 32, 9F and 01. RGB value is (50,159,1). Sum of RGB (Red+Green+Blue) = 50+159+1=210 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.81% from 210); Green value is 159 (62.5% from 255 or 75.71% from 210); Blue value is 1 (0.78% from 255 or 0.48% from 210); Max value from RGB is 159 - color contains mainly: green. Hex color #329F01 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #329F01 is #CD60FE. Grayscale: #6C6C6C. Windows color (decimal): -13459711 or 106290. OLE color: 106290.

HSL color Cylindrical-coordinate representation of color #329F01: hue angle of 101.39º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #329F01 is Cyan = 0.69, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.38.

Color convert

RGB 50 159 1 -
CMYK 0.69 0 0.99 0.38
HSL 101.39º 0.99% 0.31% -
HSV(B) 101.39º 0.99% 0.62% -
XYZ 13.72 25.48 4.22 -
YUV 108.4 67.39 86.35 -
System Red Green Blue C M Y K H S L
Decimal 50 159 1 0.69 0 0.99 0.38 101.39 0.99 0.31
Hex 32 9F 1 45 0 63 26 65 63 1F
Octal 62 237 1 105 0 143 46 145 143 37
Binary 110010 10011111 1 1000101 0 1100011 100110 1100101 1100011 11111

Color Harmonies of #329F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329F01

Black with #329F01

Text Example


Text Example

White with #329F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329F01; }

 p { color: rgb(50,159,1); }

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

background-color css

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

 a { background-color: rgb(50,159,1); }

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

border-color css

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

 span { border-color: rgb(50,159,1); }

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