Html Css Color HEX #15C130 Dark Pastel Green

📋 copy color: '#15C130'

red 21 ◦ green 193 ◦ blue 48

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

Shades of Dark Pastel Green #15C130

Tints of Dark Pastel Green #15C130

RGB

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

 GREEN value IS 193 (75.78% from 255) = 73.66%

 BLUE value IS 48 (19.14% from 255) = 18.32%

R = 8.02%
G = 73.66%
B = 18.32%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#15C130 (or 0x15C130) is known color: Dark Pastel Green. HEX triplet: 15, C1 and 30. RGB value is (21,193,48). Sum of RGB (Red+Green+Blue) = 21+193+48=262 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.02% from 262); Green value is 193 (75.78% from 255 or 73.66% from 262); Blue value is 48 (19.14% from 255 or 18.32% from 262); Max value from RGB is 193 - color contains mainly: green. Hex color #15C130 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #15C130 is #EA3ECF. Grayscale: #7D7D7D. Windows color (decimal): -15351504 or 3195157. OLE color: 3195157.

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

Color convert

RGB 21 193 48 -
CMYK 0.89 0 0.75 0.24
HSL 129.42º 0.8% 0.42% -
HSV(B) 129.42º 0.89% 0.76% -
XYZ 19.91 38.51 9.18 -
YUV 125.04 84.52 53.79 -
System Red Green Blue C M Y K H S L
Decimal 21 193 48 0.89 0 0.75 0.24 129.42 0.8 0.42
Hex 15 C1 30 59 0 4B 18 81 50 2A
Octal 25 301 60 131 0 113 30 201 120 52
Binary 10101 11000001 110000 1011001 0 1001011 11000 10000001 1010000 101010

Color Harmonies of #15C130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15C130

Black with #15C130

Text Example


Text Example

White with #15C130

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,193,48); }

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

background-color css

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

 a { background-color: rgb(21,193,48); }

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

border-color css

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

 span { border-color: rgb(21,193,48); }

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