Html Css Color HEX #1CB75F Pigment Green

📋 copy color: '#1CB75F'

red 28 ◦ green 183 ◦ blue 95

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

Shades of Pigment Green #1CB75F

Tints of Pigment Green #1CB75F

RGB

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

 GREEN value IS 183 (71.88% from 255) = 59.8%

 BLUE value IS 95 (37.5% from 255) = 31.05%

R = 9.15%
G = 59.8%
B = 31.05%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#1CB75F (or 0x1CB75F) is known color: Pigment Green. HEX triplet: 1C, B7 and 5F. RGB value is (28,183,95). Sum of RGB (Red+Green+Blue) = 28+183+95=306 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.15% from 306); Green value is 183 (71.88% from 255 or 59.80% from 306); Blue value is 95 (37.5% from 255 or 31.05% from 306); Max value from RGB is 183 - color contains mainly: green. Hex color #1CB75F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CB75F is #E348A0. Grayscale: #7E7E7E. Windows color (decimal): -14895265 or 6272796. OLE color: 6272796.

HSL color Cylindrical-coordinate representation of color #1CB75F: hue angle of 145.94º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CB75F is Cyan = 0.85, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB 28 183 95 -
CMYK 0.85 0 0.48 0.28
HSL 145.94º 0.73% 0.41% -
HSV(B) 145.94º 0.85% 0.72% -
XYZ 19.48 34.94 16.54 -
YUV 126.62 110.15 57.66 -
System Red Green Blue C M Y K H S L
Decimal 28 183 95 0.85 0 0.48 0.28 145.94 0.73 0.41
Hex 1C B7 5F 55 0 30 1C 92 49 29
Octal 34 267 137 125 0 60 34 222 111 51
Binary 11100 10110111 1011111 1010101 0 110000 11100 10010010 1001001 101001

Color Harmonies of #1CB75F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB75F

Black with #1CB75F

Text Example


Text Example

White with #1CB75F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,183,95); }

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

background-color css

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

 a { background-color: rgb(28,183,95); }

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

border-color css

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

 span { border-color: rgb(28,183,95); }

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