#1CB05E

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

Shades of Pigment Green #1CB05E

Tints of Pigment Green #1CB05E

Color information

#1CB05E (or 0x1CB05E) is unknown color: approx Pigment Green. HEX triplet: 1C, B0 and 5E. RGB value is (28,176,94). Sum of RGB (Red+Green+Blue) = 28+176+94=298 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.40% from 298); Green value is 176 (69.14% from 255 or 59.06% from 298); Blue value is 94 (37.11% from 255 or 31.54% from 298); Max value from RGB is 176 - color contains mainly: green. Hex color #1CB05E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CB05E is #E34FA1. Grayscale: #7A7A7A. Windows color (decimal): -14897058 or 6205468. OLE color: 6205468.

HSL color Cylindrical-coordinate representation of color #1CB05E: hue angle of 146.76º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CB05E is Cyan = 0.84, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB2817694-
CMYK0.8400.470.31
HSL146.76º72.55%40%-
HSV(B)146.76º84.09%69.02%-
XYZ18.0232.1115.84-
YUV122.4111.9760.67-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.40%
GREEN value IS 176 (69.14% from 255) = 59.06%
BLUE value IS 94 (37.11% from 255) = 31.54%
R=9.40%
G=59.06%
B=31.54%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal28176940.8400.470.31146.7672.5540
Hex1CB05E5402F1F934928
Octal342601361240573722311150
Binary111001011000010111101010100010111111111100100111001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CB05E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,176,94); }

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

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

 a { background-color: rgb(28,176,94); }

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

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

 span { border-color: rgb(28,176,94); }

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