Html Css Color HEX #1CBC4C Dark Pastel Green

📋 copy color: '#1CBC4C'

red 28 ◦ green 188 ◦ blue 76

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

Shades of Dark Pastel Green #1CBC4C

Tints of Dark Pastel Green #1CBC4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 26.03%

R = 9.59%
G = 64.38%
B = 26.03%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#1CBC4C (or 0x1CBC4C) is known color: Dark Pastel Green. HEX triplet: 1C, BC and 4C. RGB value is (28,188,76). Sum of RGB (Red+Green+Blue) = 28+188+76=292 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.59% from 292); Green value is 188 (73.83% from 255 or 64.38% from 292); Blue value is 76 (30.08% from 255 or 26.03% from 292); Max value from RGB is 188 - color contains mainly: green. Hex color #1CBC4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CBC4C is #E343B3. Grayscale: #7F7F7F. Windows color (decimal): -14894004 or 5028892. OLE color: 5028892.

HSL color Cylindrical-coordinate representation of color #1CBC4C: hue angle of 138º 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 #1CBC4C is Cyan = 0.85, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB 28 188 76 -
CMYK 0.85 0 0.60 0.26
HSL 138º 0.74% 0.42% -
HSV(B) 138º 0.85% 0.74% -
XYZ 19.77 36.74 12.89 -
YUV 127.39 98.99 57.11 -
System Red Green Blue C M Y K H S L
Decimal 28 188 76 0.85 0 0.60 0.26 138 0.74 0.42
Hex 1C BC 4C 55 0 3C 1A 8A 4A 2A
Octal 34 274 114 125 0 74 32 212 112 52
Binary 11100 10111100 1001100 1010101 0 111100 11010 10001010 1001010 101010

Color Harmonies of #1CBC4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBC4C

Black with #1CBC4C

Text Example


Text Example

White with #1CBC4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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