Html Css Color HEX #1CBC4F Dark Pastel Green

📋 copy color: '#1CBC4F'

red 28 ◦ green 188 ◦ blue 79

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

Shades of Dark Pastel Green #1CBC4F

Tints of Dark Pastel Green #1CBC4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 26.78%

R = 9.49%
G = 63.73%
B = 26.78%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#1CBC4F (or 0x1CBC4F) is known color: Dark Pastel Green. HEX triplet: 1C, BC and 4F. RGB value is (28,188,79). Sum of RGB (Red+Green+Blue) = 28+188+79=295 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.49% from 295); Green value is 188 (73.83% from 255 or 63.73% from 295); Blue value is 79 (31.25% from 255 or 26.78% from 295); Max value from RGB is 188 - color contains mainly: green. Hex color #1CBC4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CBC4F is #E343B0. Grayscale: #808080. Windows color (decimal): -14894001 or 5225500. OLE color: 5225500.

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

Color convert

RGB 28 188 79 -
CMYK 0.85 0 0.58 0.26
HSL 139.13º 0.74% 0.42% -
HSV(B) 139.13º 0.85% 0.74% -
XYZ 19.87 36.78 13.45 -
YUV 127.73 100.49 56.86 -
System Red Green Blue C M Y K H S L
Decimal 28 188 79 0.85 0 0.58 0.26 139.13 0.74 0.42
Hex 1C BC 4F 55 0 3A 1A 8B 4A 2A
Octal 34 274 117 125 0 72 32 213 112 52
Binary 11100 10111100 1001111 1010101 0 111010 11010 10001011 1001010 101010

Color Harmonies of #1CBC4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBC4F

Black with #1CBC4F

Text Example


Text Example

White with #1CBC4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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