#00B055

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

Shades of Pigment Green #00B055

Tints of Pigment Green #00B055

Color information

#00B055 (or 0x00B055) is unknown color: approx Pigment Green. HEX triplet: 00, B0 and 55. RGB value is (0,176,85). Sum of RGB (Red+Green+Blue) = 0+176+85=261 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 261); Green value is 176 (69.14% from 255 or 67.43% from 261); Blue value is 85 (33.59% from 255 or 32.57% from 261); Max value from RGB is 176 - color contains mainly: green. Hex color #00B055 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00B055 is #FF4FAA. Grayscale: #717171. Windows color (decimal): -16732075 or 5615616. OLE color: 5615616.

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

Color convert

RGB017685-
CMYK100.520.31
HSL148.98º100%34.51%-
HSV(B)148.98º100%69.02%-
XYZ17.1731.7113.81-
YUV113112.1947.4-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 176 (69.14% from 255) = 67.43%
BLUE value IS 85 (33.59% from 255) = 32.57%
R=0%
G=67.43%
B=32.57%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal017685100.520.31148.9810034.51
Hex0B055640341F956423
Octal02601251440643722514443
Binary01011000010101011100100011010011111100101011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00B055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,176,85); }

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

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

 a { background-color: rgb(0,176,85); }

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

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

 span { border-color: rgb(0,176,85); }

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