Html Css Color HEX #32B31C Kelly Green

📋 copy color: '#32B31C'

red 50 ◦ green 179 ◦ blue 28

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

Shades of Kelly Green #32B31C

Tints of Kelly Green #32B31C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.89%

R = 19.46%
G = 69.65%
B = 10.89%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#32B31C (or 0x32B31C) is known color: Kelly Green. HEX triplet: 32, B3 and 1C. RGB value is (50,179,28). Sum of RGB (Red+Green+Blue) = 50+179+28=257 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.46% from 257); Green value is 179 (70.31% from 255 or 69.65% from 257); Blue value is 28 (11.33% from 255 or 10.89% from 257); Max value from RGB is 179 - color contains mainly: green. Hex color #32B31C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32B31C is #CD4CE3. Grayscale: #7B7B7B. Windows color (decimal): -13454564 or 1880882. OLE color: 1880882.

HSL color Cylindrical-coordinate representation of color #32B31C: hue angle of 111.26º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #32B31C is Cyan = 0.72, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.30.

Color convert

RGB 50 179 28 -
CMYK 0.72 0 0.84 0.30
HSL 111.26º 0.73% 0.41% -
HSV(B) 111.26º 0.84% 0.7% -
XYZ 17.65 33 6.54 -
YUV 123.22 74.26 75.78 -
System Red Green Blue C M Y K H S L
Decimal 50 179 28 0.72 0 0.84 0.30 111.26 0.73 0.41
Hex 32 B3 1C 48 0 54 1E 6F 49 29
Octal 62 263 34 110 0 124 36 157 111 51
Binary 110010 10110011 11100 1001000 0 1010100 11110 1101111 1001001 101001

Color Harmonies of #32B31C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32B31C

Black with #32B31C

Text Example


Text Example

White with #32B31C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32B31C; }

 p { color: rgb(50,179,28); }

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

background-color css

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

 a { background-color: rgb(50,179,28); }

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

border-color css

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

 span { border-color: rgb(50,179,28); }

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