#00B551

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

Shades of Pigment Green #00B551

Tints of Pigment Green #00B551

Color information

#00B551 (or 0x00B551) is unknown color: approx Pigment Green. HEX triplet: 00, B5 and 51. RGB value is (0,181,81). Sum of RGB (Red+Green+Blue) = 0+181+81=262 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 262); Green value is 181 (71.09% from 255 or 69.08% from 262); Blue value is 81 (32.03% from 255 or 30.92% from 262); Max value from RGB is 181 - color contains mainly: green. Hex color #00B551 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00B551 is #FF4AAE. Grayscale: #737373. Windows color (decimal): -16730799 or 5354752. OLE color: 5354752.

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

Color convert

RGB018181-
CMYK100.550.29
HSL146.85º100%35.49%-
HSV(B)146.85º100%70.98%-
XYZ18.0133.6413.33-
YUV115.48108.5345.63-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 181 (71.09% from 255) = 69.08%
BLUE value IS 81 (32.03% from 255) = 30.92%
R=0%
G=69.08%
B=30.92%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal018181100.550.29146.8510035.49
Hex0B551640371D936423
Octal02651211440673522314443
Binary01011010110100011100100011011111101100100111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00B551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,181,81); }

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

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

 a { background-color: rgb(0,181,81); }

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

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

 span { border-color: rgb(0,181,81); }

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