#00B45B

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

Shades of Pigment Green #00B45B

Tints of Pigment Green #00B45B

Color information

#00B45B (or 0x00B45B) is unknown color: approx Pigment Green. HEX triplet: 00, B4 and 5B. RGB value is (0,180,91). Sum of RGB (Red+Green+Blue) = 0+180+91=271 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 271); Green value is 180 (70.70% from 255 or 66.42% from 271); Blue value is 91 (35.94% from 255 or 33.58% from 271); Max value from RGB is 180 - color contains mainly: green. Hex color #00B45B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00B45B is #FF4BA4. Grayscale: #747474. Windows color (decimal): -16731045 or 6009856. OLE color: 6009856.

HSL color Cylindrical-coordinate representation of color #00B45B: hue angle of 150.33º 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 #00B45B is Cyan = 1, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB018091-
CMYK100.490.29
HSL150.33º100%35.29%-
HSV(B)150.33º100%70.59%-
XYZ18.2133.415.38-
YUV116.03113.8745.24-

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.42%
BLUE value IS 91 (35.94% from 255) = 33.58%
R=0%
G=66.42%
B=33.58%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal018091100.490.29150.3310035.29
Hex0B45B640311D966423
Octal02641331440613522614443
Binary01011010010110111100100011000111101100101101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00B45B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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