Html Css Color HEX #1CBC50 Dark Pastel Green

📋 copy color: '#1CBC50'

red 28 ◦ green 188 ◦ blue 80

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

Shades of Dark Pastel Green #1CBC50

Tints of Dark Pastel Green #1CBC50

RGB

 RED value IS 28 (11.33% from 255) = 9.46%

 GREEN value IS 188 (73.83% from 255) = 63.51%

 BLUE value IS 80 (31.64% from 255) = 27.03%

R = 9.46%
G = 63.51%
B = 27.03%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#1CBC50 (or 0x1CBC50) is known color: Dark Pastel Green. HEX triplet: 1C, BC and 50. RGB value is (28,188,80). Sum of RGB (Red+Green+Blue) = 28+188+80=296 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.46% from 296); Green value is 188 (73.83% from 255 or 63.51% from 296); Blue value is 80 (31.64% from 255 or 27.03% from 296); Max value from RGB is 188 - color contains mainly: green. Hex color #1CBC50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CBC50 is #E343AF. Grayscale: #808080. Windows color (decimal): -14894000 or 5291036. OLE color: 5291036.

HSL color Cylindrical-coordinate representation of color #1CBC50: hue angle of 139.5º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CBC50 is Cyan = 0.85, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB 28 188 80 -
CMYK 0.85 0 0.57 0.26
HSL 139.5º 0.74% 0.42% -
HSV(B) 139.5º 0.85% 0.74% -
XYZ 19.91 36.79 13.64 -
YUV 127.85 100.99 56.78 -
System Red Green Blue C M Y K H S L
Decimal 28 188 80 0.85 0 0.57 0.26 139.5 0.74 0.42
Hex 1C BC 50 55 0 39 1A 8C 4A 2A
Octal 34 274 120 125 0 71 32 214 112 52
Binary 11100 10111100 1010000 1010101 0 111001 11010 10001100 1001010 101010

Color Harmonies of #1CBC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBC50

Black with #1CBC50

Text Example


Text Example

White with #1CBC50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1CBC50; }

 p { color: rgb(28,188,80); }

 H1.HeaderClassName
 {
   color: #1CBC50;
 }
 .AnyTagClassName
 {
   color: #1CBC50;
 }
</style>

background-color css

<style>
 a { background-color: #1CBC50; }

 a { background-color: rgb(28,188,80); }

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

border-color css

<style>
 span { border-color: #1CBC50; }

 span { border-color: rgb(28,188,80); }

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