Html Css Color HEX #027304 Green

📋 copy color: '#027304'

red 2 ◦ green 115 ◦ blue 4

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

Shades of Green #027304

Tints of Green #027304

RGB

 RED value IS 2 (1.17% from 255) = 1.65%

 GREEN value IS 115 (45.31% from 255) = 95.04%

 BLUE value IS 4 (1.95% from 255) = 3.31%

R = 1.65%
G = 95.04%
B = 3.31%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.97

 K value IS 0.55

RGB Variations

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

Color information

#027304 (or 0x027304) is known color: Green. HEX triplet: 02, 73 and 04. RGB value is (2,115,4). Sum of RGB (Red+Green+Blue) = 2+115+4=121 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.65% from 121); Green value is 115 (45.31% from 255 or 95.04% from 121); Blue value is 4 (1.95% from 255 or 3.31% from 121); Max value from RGB is 115 - color contains mainly: green. Hex color #027304 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027304 is #FD8CFB. Grayscale: #444444. Windows color (decimal): -16616700 or 291586. OLE color: 291586.

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

Color convert

RGB 2 115 4 -
CMYK 0.98 0 0.97 0.55
HSL 121.06º 0.97% 0.23% -
HSV(B) 121.06º 0.98% 0.45% -
XYZ 6.18 12.28 2.16 -
YUV 68.56 91.56 80.53 -
System Red Green Blue C M Y K H S L
Decimal 2 115 4 0.98 0 0.97 0.55 121.06 0.97 0.23
Hex 2 73 4 62 0 61 37 79 61 17
Octal 2 163 4 142 0 141 67 171 141 27
Binary 10 1110011 100 1100010 0 1100001 110111 1111001 1100001 10111

Color Harmonies of #027304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027304

Black with #027304

Text Example


Text Example

White with #027304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027304; }

 p { color: rgb(2,115,4); }

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

background-color css

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

 a { background-color: rgb(2,115,4); }

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

border-color css

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

 span { border-color: rgb(2,115,4); }

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