Html Css Color HEX #1CBA5D Pigment Green

📋 copy color: '#1CBA5D'

red 28 ◦ green 186 ◦ blue 93

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

Shades of Pigment Green #1CBA5D

Tints of Pigment Green #1CBA5D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 60.59%

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

R = 9.12%
G = 60.59%
B = 30.29%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.5

 K value IS 0.27

RGB Variations

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

Color information

#1CBA5D (or 0x1CBA5D) is known color: Pigment Green. HEX triplet: 1C, BA and 5D. RGB value is (28,186,93). Sum of RGB (Red+Green+Blue) = 28+186+93=307 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.12% from 307); Green value is 186 (73.05% from 255 or 60.59% from 307); Blue value is 93 (36.72% from 255 or 30.29% from 307); Max value from RGB is 186 - color contains mainly: green. Hex color #1CBA5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CBA5D is #E345A2. Grayscale: #808080. Windows color (decimal): -14894499 or 6142492. OLE color: 6142492.

HSL color Cylindrical-coordinate representation of color #1CBA5D: hue angle of 144.68º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CBA5D is Cyan = 0.85, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.27.

Color convert

RGB 28 186 93 -
CMYK 0.85 0 0.5 0.27
HSL 144.68º 0.74% 0.42% -
HSV(B) 144.68º 0.85% 0.73% -
XYZ 20.01 36.16 16.28 -
YUV 128.16 108.15 56.56 -
System Red Green Blue C M Y K H S L
Decimal 28 186 93 0.85 0 0.5 0.27 144.68 0.74 0.42
Hex 1C BA 5D 55 0 32 1B 91 4A 2A
Octal 34 272 135 125 0 62 33 221 112 52
Binary 11100 10111010 1011101 1010101 0 110010 11011 10010001 1001010 101010

Color Harmonies of #1CBA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBA5D

Black with #1CBA5D

Text Example


Text Example

White with #1CBA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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