Html Css Color HEX #1CBC45 Dark Pastel Green

📋 copy color: '#1CBC45'

red 28 ◦ green 188 ◦ blue 69

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

Shades of Dark Pastel Green #1CBC45

Tints of Dark Pastel Green #1CBC45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 24.21%

R = 9.82%
G = 65.96%
B = 24.21%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#1CBC45 (or 0x1CBC45) is known color: Dark Pastel Green. HEX triplet: 1C, BC and 45. RGB value is (28,188,69). Sum of RGB (Red+Green+Blue) = 28+188+69=285 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.82% from 285); Green value is 188 (73.83% from 255 or 65.96% from 285); Blue value is 69 (27.34% from 255 or 24.21% from 285); Max value from RGB is 188 - color contains mainly: green. Hex color #1CBC45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CBC45 is #E343BA. Grayscale: #7E7E7E. Windows color (decimal): -14894011 or 4570140. OLE color: 4570140.

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

Color convert

RGB 28 188 69 -
CMYK 0.85 0 0.63 0.26
HSL 135.38º 0.74% 0.42% -
HSV(B) 135.38º 0.85% 0.74% -
XYZ 19.54 36.64 11.67 -
YUV 126.59 95.49 57.68 -
System Red Green Blue C M Y K H S L
Decimal 28 188 69 0.85 0 0.63 0.26 135.38 0.74 0.42
Hex 1C BC 45 55 0 3F 1A 87 4A 2A
Octal 34 274 105 125 0 77 32 207 112 52
Binary 11100 10111100 1000101 1010101 0 111111 11010 10000111 1001010 101010

Color Harmonies of #1CBC45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBC45

Black with #1CBC45

Text Example


Text Example

White with #1CBC45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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