Html Css Color HEX #007201 Green

📋 copy color: '#007201'

red 0 ◦ green 114 ◦ blue 1

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

Shades of Green #007201

Tints of Green #007201

RGB

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

 GREEN value IS 114 (44.92% from 255) = 99.13%

 BLUE value IS 1 (0.78% from 255) = 0.87%

R = 0%
G = 99.13%
B = 0.87%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#007201 (or 0x007201) is known color: Green. HEX triplet: 00, 72 and 01. RGB value is (0,114,1). Sum of RGB (Red+Green+Blue) = 0+114+1=115 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 115); Green value is 114 (44.92% from 255 or 99.13% from 115); Blue value is 1 (0.78% from 255 or 0.87% from 115); Max value from RGB is 114 - color contains mainly: green. Hex color #007201 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #007201 is #FF8DFE. Grayscale: #434343. Windows color (decimal): -16748031 or 94720. OLE color: 94720.

HSL color Cylindrical-coordinate representation of color #007201: hue angle of 120.53º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007201 is Cyan = 1, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.55.

Color convert

RGB 0 114 1 -
CMYK 1 0 0.99 0.55
HSL 120.53º 1% 0.22% -
HSV(B) 120.53º 1% 0.45% -
XYZ 6.02 12.04 2.03 -
YUV 67.03 90.73 80.19 -
System Red Green Blue C M Y K H S L
Decimal 0 114 1 1 0 0.99 0.55 120.53 1 0.22
Hex 0 72 1 64 0 63 37 79 64 16
Octal 0 162 1 144 0 143 67 171 144 26
Binary 0 1110010 1 1100100 0 1100011 110111 1111001 1100100 10110

Color Harmonies of #007201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007201

Black with #007201

Text Example


Text Example

White with #007201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007201; }

 p { color: rgb(0,114,1); }

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

background-color css

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

 a { background-color: rgb(0,114,1); }

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

border-color css

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

 span { border-color: rgb(0,114,1); }

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