Html Css Color HEX #01B458 Pigment Green

📋 copy color: '#01B458'

red 1 ◦ green 180 ◦ blue 88

#01B458
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pigment Green #01B458

Tints of Pigment Green #01B458

RGB

 RED value IS 1 (0.78% from 255) = 0.37%

 GREEN value IS 180 (70.7% from 255) = 66.91%

 BLUE value IS 88 (34.77% from 255) = 32.71%

R = 0.37%
G = 66.91%
B = 32.71%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#01B458 (or 0x01B458) is known color: Pigment Green. HEX triplet: 01, B4 and 58. RGB value is (1,180,88). Sum of RGB (Red+Green+Blue) = 1+180+88=269 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 269); Green value is 180 (70.70% from 255 or 66.91% from 269); Blue value is 88 (34.77% from 255 or 32.71% from 269); Max value from RGB is 180 - color contains mainly: green. Hex color #01B458 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01B458 is #FE4BA7. Grayscale: #747474. Windows color (decimal): -16665512 or 5813249. OLE color: 5813249.

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

Color convert

RGB 1 180 88 -
CMYK 0.99 0 0.51 0.29
HSL 149.16º 0.99% 0.35% -
HSV(B) 149.16º 0.99% 0.71% -
XYZ 18.1 33.35 14.72 -
YUV 115.99 112.2 45.98 -
System Red Green Blue C M Y K H S L
Decimal 1 180 88 0.99 0 0.51 0.29 149.16 0.99 0.35
Hex 1 B4 58 63 0 33 1D 95 63 23
Octal 1 264 130 143 0 63 35 225 143 43
Binary 1 10110100 1011000 1100011 0 110011 11101 10010101 1100011 100011

Color Harmonies of #01B458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B458

Black with #01B458

Text Example


Text Example

White with #01B458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01B458; }

 p { color: rgb(1,180,88); }

 H1.HeaderClassName
 {
   color: #01B458;
 }
 .AnyTagClassName
 {
   color: #01B458;
 }
</style>

background-color css

<style>
 a { background-color: #01B458; }

 a { background-color: rgb(1,180,88); }

 div.DivClassName
 {
   background-color: #01B458;
 }
 .BgClassName
 {
   background-color: #01B458;
 }
</style>

border-color css

<style>
 span { border-color: #01B458; }

 span { border-color: rgb(1,180,88); }

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