Html Css Color HEX #15BF2A Dark Pastel Green

📋 copy color: '#15BF2A'

red 21 ◦ green 191 ◦ blue 42

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

Shades of Dark Pastel Green #15BF2A

Tints of Dark Pastel Green #15BF2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 16.54%

R = 8.27%
G = 75.2%
B = 16.54%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#15BF2A (or 0x15BF2A) is known color: Dark Pastel Green. HEX triplet: 15, BF and 2A. RGB value is (21,191,42). Sum of RGB (Red+Green+Blue) = 21+191+42=254 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.27% from 254); Green value is 191 (75% from 255 or 75.20% from 254); Blue value is 42 (16.80% from 255 or 16.54% from 254); Max value from RGB is 191 - color contains mainly: green. Hex color #15BF2A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #15BF2A is #EA40D5. Grayscale: #7B7B7B. Windows color (decimal): -15352022 or 2801429. OLE color: 2801429.

HSL color Cylindrical-coordinate representation of color #15BF2A: hue angle of 127.41º 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 #15BF2A is Cyan = 0.89, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB 21 191 42 -
CMYK 0.89 0 0.78 0.25
HSL 127.41º 0.8% 0.42% -
HSV(B) 127.41º 0.89% 0.75% -
XYZ 19.36 37.59 8.43 -
YUV 123.18 82.18 55.12 -
System Red Green Blue C M Y K H S L
Decimal 21 191 42 0.89 0 0.78 0.25 127.41 0.8 0.42
Hex 15 BF 2A 59 0 4E 19 7F 50 2A
Octal 25 277 52 131 0 116 31 177 120 52
Binary 10101 10111111 101010 1011001 0 1001110 11001 1111111 1010000 101010

Color Harmonies of #15BF2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15BF2A

Black with #15BF2A

Text Example


Text Example

White with #15BF2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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