Html Css Color HEX #1CBC53 Dark Pastel Green

📋 copy color: '#1CBC53'

red 28 ◦ green 188 ◦ blue 83

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

Shades of Dark Pastel Green #1CBC53

Tints of Dark Pastel Green #1CBC53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 27.76%

R = 9.36%
G = 62.88%
B = 27.76%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#1CBC53 (or 0x1CBC53) is known color: Dark Pastel Green. HEX triplet: 1C, BC and 53. RGB value is (28,188,83). Sum of RGB (Red+Green+Blue) = 28+188+83=299 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.36% from 299); Green value is 188 (73.83% from 255 or 62.88% from 299); Blue value is 83 (32.81% from 255 or 27.76% from 299); Max value from RGB is 188 - color contains mainly: green. Hex color #1CBC53 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CBC53 is #E343AC. Grayscale: #808080. Windows color (decimal): -14893997 or 5487644. OLE color: 5487644.

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

Color convert

RGB 28 188 83 -
CMYK 0.85 0 0.56 0.26
HSL 140.63º 0.74% 0.42% -
HSV(B) 140.63º 0.85% 0.74% -
XYZ 20.02 36.84 14.24 -
YUV 128.19 102.49 56.54 -
System Red Green Blue C M Y K H S L
Decimal 28 188 83 0.85 0 0.56 0.26 140.63 0.74 0.42
Hex 1C BC 53 55 0 38 1A 8D 4A 2A
Octal 34 274 123 125 0 70 32 215 112 52
Binary 11100 10111100 1010011 1010101 0 111000 11010 10001101 1001010 101010

Color Harmonies of #1CBC53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBC53

Black with #1CBC53

Text Example


Text Example

White with #1CBC53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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