#00b44f

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

Shades of Pigment Green #00B44F

Tints of Pigment Green #00B44F

Color information

#00B44F (or 0x00B44F) is unknown color: approx Pigment Green. HEX triplet: 00, B4 and 4F. RGB value is (0,180,79). Sum of RGB (Red+Green+Blue) = 0+180+79=259 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 259); Green value is 180 (70.70% from 255 or 69.50% from 259); Blue value is 79 (31.25% from 255 or 30.50% from 259); Max value from RGB is 180 - color contains mainly: green. Hex color #00B44F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00B44F is #FF4BB0. Grayscale: #727272. Windows color (decimal): -16731057 or 5223424. OLE color: 5223424.

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

Color convert

RGB018079-
CMYK100.560.29
HSL146.33º100%35.29%-
HSV(B)146.33º100%70.59%-
XYZ17.7333.2112.87-
YUV114.67107.8746.21-

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) = 69.50%
BLUE value IS 79 (31.25% from 255) = 30.50%
R=0%
G=69.50%
B=30.50%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal018079100.560.29146.3310035.29
Hex0B44F640381D926423
Octal02641171440703522214443
Binary01011010010011111100100011100011101100100101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00b44f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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