Html Css Color HEX #01B448 Pigment Green

📋 copy color: '#01B448'

red 1 ◦ green 180 ◦ blue 72

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

Shades of Pigment Green #01B448

Tints of Pigment Green #01B448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 28.46%

R = 0.4%
G = 71.15%
B = 28.46%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#01B448 (or 0x01B448) is known color: Pigment Green. HEX triplet: 01, B4 and 48. RGB value is (1,180,72). Sum of RGB (Red+Green+Blue) = 1+180+72=253 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 253); Green value is 180 (70.70% from 255 or 71.15% from 253); Blue value is 72 (28.52% from 255 or 28.46% from 253); Max value from RGB is 180 - color contains mainly: green. Hex color #01B448 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01B448 is #FE4BB7. Grayscale: #727272. Windows color (decimal): -16665528 or 4764673. OLE color: 4764673.

HSL color Cylindrical-coordinate representation of color #01B448: hue angle of 143.8º 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 #01B448 is Cyan = 0.99, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB 1 180 72 -
CMYK 0.99 0 0.60 0.29
HSL 143.8º 0.99% 0.35% -
HSV(B) 143.8º 0.99% 0.71% -
XYZ 17.5 33.12 11.6 -
YUV 114.17 104.2 47.28 -
System Red Green Blue C M Y K H S L
Decimal 1 180 72 0.99 0 0.60 0.29 143.8 0.99 0.35
Hex 1 B4 48 63 0 3C 1D 90 63 23
Octal 1 264 110 143 0 74 35 220 143 43
Binary 1 10110100 1001000 1100011 0 111100 11101 10010000 1100011 100011

Color Harmonies of #01B448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B448

Black with #01B448

Text Example


Text Example

White with #01B448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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