Html Css Color HEX #00B448 Pigment Green

📋 copy color: '#00B448'

red 0 ◦ green 180 ◦ blue 72

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

Shades of Pigment Green #00B448

Tints of Pigment Green #00B448

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 71.43%
B = 28.57%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#00B448 (or 0x00B448) is known color: Pigment Green. HEX triplet: 00, B4 and 48. RGB value is (0,180,72). Sum of RGB (Red+Green+Blue) = 0+180+72=252 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 252); Green value is 180 (70.70% from 255 or 71.43% from 252); Blue value is 72 (28.52% from 255 or 28.57% from 252); Max value from RGB is 180 - color contains mainly: green. Hex color #00B448 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00B448 is #FF4BB7. Grayscale: #727272. Windows color (decimal): -16731064 or 4764672. OLE color: 4764672.

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

Color convert

RGB 0 180 72 -
CMYK 1 0 0.60 0.29
HSL 144º 1% 0.35% -
HSV(B) 144º 1% 0.71% -
XYZ 17.49 33.11 11.6 -
YUV 113.87 104.37 46.78 -
System Red Green Blue C M Y K H S L
Decimal 0 180 72 1 0 0.60 0.29 144 1 0.35
Hex 0 B4 48 64 0 3C 1D 90 64 23
Octal 0 264 110 144 0 74 35 220 144 43
Binary 0 10110100 1001000 1100100 0 111100 11101 10010000 1100100 100011

Color Harmonies of #00B448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00B448

Black with #00B448

Text Example


Text Example

White with #00B448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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