Html Css Color HEX #047201 Green

📋 copy color: '#047201'

red 4 ◦ green 114 ◦ blue 1

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

Shades of Green #047201

Tints of Green #047201

RGB

 RED value IS 4 (1.95% from 255) = 3.36%

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

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

R = 3.36%
G = 95.8%
B = 0.84%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#047201 (or 0x047201) is known color: Green. HEX triplet: 04, 72 and 01. RGB value is (4,114,1). Sum of RGB (Red+Green+Blue) = 4+114+1=119 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.36% from 119); Green value is 114 (44.92% from 255 or 95.80% from 119); Blue value is 1 (0.78% from 255 or 0.84% from 119); Max value from RGB is 114 - color contains mainly: green. Hex color #047201 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #047201 is #FB8DFE. Grayscale: #444444. Windows color (decimal): -16485887 or 94724. OLE color: 94724.

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

Color convert

RGB 4 114 1 -
CMYK 0.96 0 0.99 0.55
HSL 118.41º 0.98% 0.23% -
HSV(B) 118.41º 0.99% 0.45% -
XYZ 6.07 12.06 2.04 -
YUV 68.23 90.06 82.19 -
System Red Green Blue C M Y K H S L
Decimal 4 114 1 0.96 0 0.99 0.55 118.41 0.98 0.23
Hex 4 72 1 60 0 63 37 76 62 17
Octal 4 162 1 140 0 143 67 166 142 27
Binary 100 1110010 1 1100000 0 1100011 110111 1110110 1100010 10111

Color Harmonies of #047201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047201

Black with #047201

Text Example


Text Example

White with #047201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047201; }

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

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

background-color css

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

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

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

border-color css

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

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

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