Html Css Color HEX #1CB332 Dark Pastel Green

📋 copy color: '#1CB332'

red 28 ◦ green 179 ◦ blue 50

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

Shades of Dark Pastel Green #1CB332

Tints of Dark Pastel Green #1CB332

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 19.46%

R = 10.89%
G = 69.65%
B = 19.46%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#1CB332 (or 0x1CB332) is known color: Dark Pastel Green. HEX triplet: 1C, B3 and 32. RGB value is (28,179,50). Sum of RGB (Red+Green+Blue) = 28+179+50=257 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.89% from 257); Green value is 179 (70.31% from 255 or 69.65% from 257); Blue value is 50 (19.92% from 255 or 19.46% from 257); Max value from RGB is 179 - color contains mainly: green. Hex color #1CB332 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CB332 is #E34CCD. Grayscale: #777777. Windows color (decimal): -14896334 or 3322652. OLE color: 3322652.

HSL color Cylindrical-coordinate representation of color #1CB332: hue angle of 128.74º 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 #1CB332 is Cyan = 0.84, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.30.

Color convert

RGB 28 179 50 -
CMYK 0.84 0 0.72 0.30
HSL 128.74º 0.73% 0.41% -
HSV(B) 128.74º 0.84% 0.7% -
XYZ 17.17 32.72 8.43 -
YUV 119.15 88.97 62.99 -
System Red Green Blue C M Y K H S L
Decimal 28 179 50 0.84 0 0.72 0.30 128.74 0.73 0.41
Hex 1C B3 32 54 0 48 1E 81 49 29
Octal 34 263 62 124 0 110 36 201 111 51
Binary 11100 10110011 110010 1010100 0 1001000 11110 10000001 1001001 101001

Color Harmonies of #1CB332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB332

Black with #1CB332

Text Example


Text Example

White with #1CB332

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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