Html Css Color HEX #1CC346 Dark Pastel Green

📋 copy color: '#1CC346'

red 28 ◦ green 195 ◦ blue 70

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

Shades of Dark Pastel Green #1CC346

Tints of Dark Pastel Green #1CC346

RGB

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

 GREEN value IS 195 (76.56% from 255) = 66.55%

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

R = 9.56%
G = 66.55%
B = 23.89%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#1CC346 (or 0x1CC346) is known color: Dark Pastel Green. HEX triplet: 1C, C3 and 46. RGB value is (28,195,70). Sum of RGB (Red+Green+Blue) = 28+195+70=293 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.56% from 293); Green value is 195 (76.56% from 255 or 66.55% from 293); Blue value is 70 (27.73% from 255 or 23.89% from 293); Max value from RGB is 195 - color contains mainly: green. Hex color #1CC346 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CC346 is #E33CB9. Grayscale: #838383. Windows color (decimal): -14892218 or 4637468. OLE color: 4637468.

HSL color Cylindrical-coordinate representation of color #1CC346: hue angle of 135.09º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CC346 is Cyan = 0.86, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB 28 195 70 -
CMYK 0.86 0 0.64 0.24
HSL 135.09º 0.75% 0.44% -
HSV(B) 135.09º 0.86% 0.76% -
XYZ 21.1 39.72 12.35 -
YUV 130.82 93.67 54.66 -
System Red Green Blue C M Y K H S L
Decimal 28 195 70 0.86 0 0.64 0.24 135.09 0.75 0.44
Hex 1C C3 46 56 0 40 18 87 4B 2C
Octal 34 303 106 126 0 100 30 207 113 54
Binary 11100 11000011 1000110 1010110 0 1000000 11000 10000111 1001011 101100

Color Harmonies of #1CC346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CC346

Black with #1CC346

Text Example


Text Example

White with #1CC346

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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