Html Css Color HEX #1CBC52 Dark Pastel Green

📋 copy color: '#1CBC52'

red 28 ◦ green 188 ◦ blue 82

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

Shades of Dark Pastel Green #1CBC52

Tints of Dark Pastel Green #1CBC52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 27.52%

R = 9.4%
G = 63.09%
B = 27.52%

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

#1CBC52 (or 0x1CBC52) is known color: Dark Pastel Green. HEX triplet: 1C, BC and 52. RGB value is (28,188,82). Sum of RGB (Red+Green+Blue) = 28+188+82=298 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.40% from 298); Green value is 188 (73.83% from 255 or 63.09% from 298); Blue value is 82 (32.42% from 255 or 27.52% from 298); Max value from RGB is 188 - color contains mainly: green. Hex color #1CBC52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CBC52 is #E343AD. Grayscale: #808080. Windows color (decimal): -14893998 or 5422108. OLE color: 5422108.

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

Color convert

RGB 28 188 82 -
CMYK 0.85 0 0.56 0.26
HSL 140.25º 0.74% 0.42% -
HSV(B) 140.25º 0.85% 0.74% -
XYZ 19.99 36.82 14.04 -
YUV 128.08 101.99 56.62 -
System Red Green Blue C M Y K H S L
Decimal 28 188 82 0.85 0 0.56 0.26 140.25 0.74 0.42
Hex 1C BC 52 55 0 38 1A 8C 4A 2A
Octal 34 274 122 125 0 70 32 214 112 52
Binary 11100 10111100 1010010 1010101 0 111000 11010 10001100 1001010 101010

Color Harmonies of #1CBC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBC52

Black with #1CBC52

Text Example


Text Example

White with #1CBC52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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