Html Css Color HEX #1CB452 Pigment Green

📋 copy color: '#1CB452'

red 28 ◦ green 180 ◦ blue 82

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

Shades of Pigment Green #1CB452

Tints of Pigment Green #1CB452

RGB

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

 GREEN value IS 180 (70.7% from 255) = 62.07%

 BLUE value IS 82 (32.42% from 255) = 28.28%

R = 9.66%
G = 62.07%
B = 28.28%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.54

 K value IS 0.29

RGB Variations

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

Color information

#1CB452 (or 0x1CB452) is known color: Pigment Green. HEX triplet: 1C, B4 and 52. RGB value is (28,180,82). Sum of RGB (Red+Green+Blue) = 28+180+82=290 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.66% from 290); Green value is 180 (70.70% from 255 or 62.07% from 290); Blue value is 82 (32.42% from 255 or 28.28% from 290); Max value from RGB is 180 - color contains mainly: green. Hex color #1CB452 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CB452 is #E34BAD. Grayscale: #7B7B7B. Windows color (decimal): -14896046 or 5420060. OLE color: 5420060.

HSL color Cylindrical-coordinate representation of color #1CB452: hue angle of 141.32º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CB452 is Cyan = 0.84, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.29.

Color convert

RGB 28 180 82 -
CMYK 0.84 0 0.54 0.29
HSL 141.32º 0.73% 0.41% -
HSV(B) 141.32º 0.84% 0.71% -
XYZ 18.32 33.5 13.48 -
YUV 123.38 104.64 59.97 -
System Red Green Blue C M Y K H S L
Decimal 28 180 82 0.84 0 0.54 0.29 141.32 0.73 0.41
Hex 1C B4 52 54 0 36 1D 8D 49 29
Octal 34 264 122 124 0 66 35 215 111 51
Binary 11100 10110100 1010010 1010100 0 110110 11101 10001101 1001001 101001

Color Harmonies of #1CB452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB452

Black with #1CB452

Text Example


Text Example

White with #1CB452

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,180,82); }

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

background-color css

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

 a { background-color: rgb(28,180,82); }

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

border-color css

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

 span { border-color: rgb(28,180,82); }

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