Html Css Color HEX #1CB25D Pigment Green

📋 copy color: '#1CB25D'

red 28 ◦ green 178 ◦ blue 93

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

Shades of Pigment Green #1CB25D

Tints of Pigment Green #1CB25D

RGB

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

 GREEN value IS 178 (69.92% from 255) = 59.53%

 BLUE value IS 93 (36.72% from 255) = 31.1%

R = 9.36%
G = 59.53%
B = 31.1%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#1CB25D (or 0x1CB25D) is known color: Pigment Green. HEX triplet: 1C, B2 and 5D. RGB value is (28,178,93). Sum of RGB (Red+Green+Blue) = 28+178+93=299 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.36% from 299); Green value is 178 (69.92% from 255 or 59.53% from 299); Blue value is 93 (36.72% from 255 or 31.10% from 299); Max value from RGB is 178 - color contains mainly: green. Hex color #1CB25D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CB25D is #E34DA2. Grayscale: #7B7B7B. Windows color (decimal): -14896547 or 6140444. OLE color: 6140444.

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

Color convert

RGB 28 178 93 -
CMYK 0.84 0 0.48 0.30
HSL 146º 0.73% 0.4% -
HSV(B) 146º 0.84% 0.7% -
XYZ 18.38 32.88 15.73 -
YUV 123.46 110.81 59.91 -
System Red Green Blue C M Y K H S L
Decimal 28 178 93 0.84 0 0.48 0.30 146 0.73 0.4
Hex 1C B2 5D 54 0 30 1E 92 49 28
Octal 34 262 135 124 0 60 36 222 111 50
Binary 11100 10110010 1011101 1010100 0 110000 11110 10010010 1001001 101000

Color Harmonies of #1CB25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB25D

Black with #1CB25D

Text Example


Text Example

White with #1CB25D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,178,93); }

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

background-color css

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

 a { background-color: rgb(28,178,93); }

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

border-color css

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

 span { border-color: rgb(28,178,93); }

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