#1CB33A

Color #1CB33A Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #1CB33A

Tints of Dark Pastel Green #1CB33A

Color information

#1CB33A (or 0x1CB33A) is unknown color: approx Dark Pastel Green. HEX triplet: 1C, B3 and 3A. RGB value is (28,179,58). Sum of RGB (Red+Green+Blue) = 28+179+58=265 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.57% from 265); Green value is 179 (70.31% from 255 or 67.55% from 265); Blue value is 58 (23.05% from 255 or 21.89% from 265); Max value from RGB is 179 - color contains mainly: green. Hex color #1CB33A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CB33A is #E34CC5. Grayscale: #787878. Windows color (decimal): -14896326 or 3846940. OLE color: 3846940.

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

Color convert

RGB2817958-
CMYK0.8400.680.30
HSL131.92º72.95%40.59%-
HSV(B)131.92º84.36%70.2%-
XYZ17.3632.799.42-
YUV120.0692.9762.34-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.57%
GREEN value IS 179 (70.31% from 255) = 67.55%
BLUE value IS 58 (23.05% from 255) = 21.89%
R=10.57%
G=67.55%
B=21.89%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal28179580.8400.680.30131.9272.9540.59
Hex1CB33A540441E844929
Octal342637212401043620411151
Binary111001011001111101010101000100010011110100001001001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CB33A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1CB33A;
 }
 .AnyTagClassName
 {
   color: #1CB33A;
 }
</style>
background-color css

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

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

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

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

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

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