#00B45C

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

Shades of Pigment Green #00B45C

Tints of Pigment Green #00B45C

Color information

#00B45C (or 0x00B45C) is unknown color: approx Pigment Green. HEX triplet: 00, B4 and 5C. RGB value is (0,180,92). Sum of RGB (Red+Green+Blue) = 0+180+92=272 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 272); Green value is 180 (70.70% from 255 or 66.18% from 272); Blue value is 92 (36.33% from 255 or 33.82% from 272); Max value from RGB is 180 - color contains mainly: green. Hex color #00B45C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00B45C is #FF4BA3. Grayscale: #747474. Windows color (decimal): -16731044 or 6075392. OLE color: 6075392.

HSL color Cylindrical-coordinate representation of color #00B45C: hue angle of 150.67º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B45C is Cyan = 1, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB018092-
CMYK100.490.29
HSL150.67º100%35.29%-
HSV(B)150.67º100%70.59%-
XYZ18.2533.4215.61-
YUV116.15114.3745.16-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 180 (70.70% from 255) = 66.18%
BLUE value IS 92 (36.33% from 255) = 33.82%
R=0%
G=66.18%
B=33.82%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal018092100.490.29150.6710035.29
Hex0B45C640311D976423
Octal02641341440613522714443
Binary01011010010111001100100011000111101100101111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00B45C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00B45C; }

 p { color: rgb(0,180,92); }

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

<style>
 a { background-color: #00B45C; }

 a { background-color: rgb(0,180,92); }

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

<style>
 span { border-color: #00B45C; }

 span { border-color: rgb(0,180,92); }

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