Html Css Color HEX #1CB342 Dark Pastel Green

📋 copy color: '#1CB342'

red 28 ◦ green 179 ◦ blue 66

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

Shades of Dark Pastel Green #1CB342

Tints of Dark Pastel Green #1CB342

RGB

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

 GREEN value IS 179 (70.31% from 255) = 65.57%

 BLUE value IS 66 (26.17% from 255) = 24.18%

R = 10.26%
G = 65.57%
B = 24.18%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#1CB342 (or 0x1CB342) is known color: Dark Pastel Green. HEX triplet: 1C, B3 and 42. RGB value is (28,179,66). Sum of RGB (Red+Green+Blue) = 28+179+66=273 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.26% from 273); Green value is 179 (70.31% from 255 or 65.57% from 273); Blue value is 66 (26.17% from 255 or 24.18% from 273); Max value from RGB is 179 - color contains mainly: green. Hex color #1CB342 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CB342 is #E34CBD. Grayscale: #797979. Windows color (decimal): -14896318 or 4371228. OLE color: 4371228.

HSL color Cylindrical-coordinate representation of color #1CB342: hue angle of 135.1º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CB342 is Cyan = 0.84, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.30.

Color convert

RGB 28 179 66 -
CMYK 0.84 0 0.63 0.30
HSL 135.1º 0.73% 0.41% -
HSV(B) 135.1º 0.84% 0.7% -
XYZ 17.58 32.88 10.57 -
YUV 120.97 96.97 61.69 -
System Red Green Blue C M Y K H S L
Decimal 28 179 66 0.84 0 0.63 0.30 135.1 0.73 0.41
Hex 1C B3 42 54 0 3F 1E 87 49 29
Octal 34 263 102 124 0 77 36 207 111 51
Binary 11100 10110011 1000010 1010100 0 111111 11110 10000111 1001001 101001

Color Harmonies of #1CB342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB342

Black with #1CB342

Text Example


Text Example

White with #1CB342

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,179,66); }

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

background-color css

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

 a { background-color: rgb(28,179,66); }

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

border-color css

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

 span { border-color: rgb(28,179,66); }

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