Html Css Color HEX #1CBC4A Dark Pastel Green

📋 copy color: '#1CBC4A'

red 28 ◦ green 188 ◦ blue 74

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

Shades of Dark Pastel Green #1CBC4A

Tints of Dark Pastel Green #1CBC4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 25.52%

R = 9.66%
G = 64.83%
B = 25.52%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#1CBC4A (or 0x1CBC4A) is known color: Dark Pastel Green. HEX triplet: 1C, BC and 4A. RGB value is (28,188,74). Sum of RGB (Red+Green+Blue) = 28+188+74=290 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.66% from 290); Green value is 188 (73.83% from 255 or 64.83% from 290); Blue value is 74 (29.30% from 255 or 25.52% from 290); Max value from RGB is 188 - color contains mainly: green. Hex color #1CBC4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CBC4A is #E343B5. Grayscale: #7F7F7F. Windows color (decimal): -14894006 or 4897820. OLE color: 4897820.

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

Color convert

RGB 28 188 74 -
CMYK 0.85 0 0.61 0.26
HSL 137.25º 0.74% 0.42% -
HSV(B) 137.25º 0.85% 0.74% -
XYZ 19.7 36.71 12.53 -
YUV 127.16 97.99 57.27 -
System Red Green Blue C M Y K H S L
Decimal 28 188 74 0.85 0 0.61 0.26 137.25 0.74 0.42
Hex 1C BC 4A 55 0 3D 1A 89 4A 2A
Octal 34 274 112 125 0 75 32 211 112 52
Binary 11100 10111100 1001010 1010101 0 111101 11010 10001001 1001010 101010

Color Harmonies of #1CBC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBC4A

Black with #1CBC4A

Text Example


Text Example

White with #1CBC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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