Html Css Color HEX #15BF32 Dark Pastel Green

📋 copy color: '#15BF32'

red 21 ◦ green 191 ◦ blue 50

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

Shades of Dark Pastel Green #15BF32

Tints of Dark Pastel Green #15BF32

RGB

 RED value IS 21 (8.59% from 255) = 8.02%

 GREEN value IS 191 (75% from 255) = 72.9%

 BLUE value IS 50 (19.92% from 255) = 19.08%

R = 8.02%
G = 72.9%
B = 19.08%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#15BF32 (or 0x15BF32) is known color: Dark Pastel Green. HEX triplet: 15, BF and 32. RGB value is (21,191,50). Sum of RGB (Red+Green+Blue) = 21+191+50=262 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.02% from 262); Green value is 191 (75% from 255 or 72.90% from 262); Blue value is 50 (19.92% from 255 or 19.08% from 262); Max value from RGB is 191 - color contains mainly: green. Hex color #15BF32 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #15BF32 is #EA40CD. Grayscale: #7C7C7C. Windows color (decimal): -15352014 or 3325717. OLE color: 3325717.

HSL color Cylindrical-coordinate representation of color #15BF32: hue angle of 130.24º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15BF32 is Cyan = 0.89, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 21 191 50 -
CMYK 0.89 0 0.74 0.25
HSL 130.24º 0.8% 0.42% -
HSV(B) 130.24º 0.89% 0.75% -
XYZ 19.52 37.65 9.26 -
YUV 124.1 86.18 54.46 -
System Red Green Blue C M Y K H S L
Decimal 21 191 50 0.89 0 0.74 0.25 130.24 0.8 0.42
Hex 15 BF 32 59 0 4A 19 82 50 2A
Octal 25 277 62 131 0 112 31 202 120 52
Binary 10101 10111111 110010 1011001 0 1001010 11001 10000010 1010000 101010

Color Harmonies of #15BF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15BF32

Black with #15BF32

Text Example


Text Example

White with #15BF32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15BF32; }

 p { color: rgb(21,191,50); }

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

background-color css

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

 a { background-color: rgb(21,191,50); }

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

border-color css

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

 span { border-color: rgb(21,191,50); }

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