Html Css Color HEX #1CBC46 Dark Pastel Green

📋 copy color: '#1CBC46'

red 28 ◦ green 188 ◦ blue 70

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

Shades of Dark Pastel Green #1CBC46

Tints of Dark Pastel Green #1CBC46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 24.48%

R = 9.79%
G = 65.73%
B = 24.48%

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

#1CBC46 (or 0x1CBC46) is known color: Dark Pastel Green. HEX triplet: 1C, BC and 46. RGB value is (28,188,70). Sum of RGB (Red+Green+Blue) = 28+188+70=286 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.79% from 286); Green value is 188 (73.83% from 255 or 65.73% from 286); Blue value is 70 (27.73% from 255 or 24.48% from 286); Max value from RGB is 188 - color contains mainly: green. Hex color #1CBC46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CBC46 is #E343B9. Grayscale: #7F7F7F. Windows color (decimal): -14894010 or 4635676. OLE color: 4635676.

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

Color convert

RGB 28 188 70 -
CMYK 0.85 0 0.63 0.26
HSL 135.75º 0.74% 0.42% -
HSV(B) 135.75º 0.85% 0.74% -
XYZ 19.57 36.66 11.84 -
YUV 126.71 95.99 57.59 -
System Red Green Blue C M Y K H S L
Decimal 28 188 70 0.85 0 0.63 0.26 135.75 0.74 0.42
Hex 1C BC 46 55 0 3F 1A 88 4A 2A
Octal 34 274 106 125 0 77 32 210 112 52
Binary 11100 10111100 1000110 1010101 0 111111 11010 10001000 1001010 101010

Color Harmonies of #1CBC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBC46

Black with #1CBC46

Text Example


Text Example

White with #1CBC46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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