Html Css Color HEX #1CC345 Dark Pastel Green

📋 copy color: '#1CC345'

red 28 ◦ green 195 ◦ blue 69

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

Shades of Dark Pastel Green #1CC345

Tints of Dark Pastel Green #1CC345

RGB

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

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

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

R = 9.59%
G = 66.78%
B = 23.63%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#1CC345 (or 0x1CC345) is known color: Dark Pastel Green. HEX triplet: 1C, C3 and 45. RGB value is (28,195,69). Sum of RGB (Red+Green+Blue) = 28+195+69=292 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.59% from 292); Green value is 195 (76.56% from 255 or 66.78% from 292); Blue value is 69 (27.34% from 255 or 23.63% from 292); Max value from RGB is 195 - color contains mainly: green. Hex color #1CC345 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CC345 is #E33CBA. Grayscale: #838383. Windows color (decimal): -14892219 or 4571932. OLE color: 4571932.

HSL color Cylindrical-coordinate representation of color #1CC345: hue angle of 134.73º 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 #1CC345 is Cyan = 0.86, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB 28 195 69 -
CMYK 0.86 0 0.65 0.24
HSL 134.73º 0.75% 0.44% -
HSV(B) 134.73º 0.86% 0.76% -
XYZ 21.07 39.71 12.18 -
YUV 130.7 93.17 54.75 -
System Red Green Blue C M Y K H S L
Decimal 28 195 69 0.86 0 0.65 0.24 134.73 0.75 0.44
Hex 1C C3 45 56 0 41 18 87 4B 2C
Octal 34 303 105 126 0 101 30 207 113 54
Binary 11100 11000011 1000101 1010110 0 1000001 11000 10000111 1001011 101100

Color Harmonies of #1CC345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CC345

Black with #1CC345

Text Example


Text Example

White with #1CC345

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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