Html Css Color HEX #027C04 Green

📋 copy color: '#027C04'

red 2 ◦ green 124 ◦ blue 4

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

Shades of Green #027C04

Tints of Green #027C04

RGB

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

 GREEN value IS 124 (48.83% from 255) = 95.38%

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

R = 1.54%
G = 95.38%
B = 3.08%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.97

 K value IS 0.51

RGB Variations

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

Color information

#027C04 (or 0x027C04) is known color: Green. HEX triplet: 02, 7C and 04. RGB value is (2,124,4). Sum of RGB (Red+Green+Blue) = 2+124+4=130 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.54% from 130); Green value is 124 (48.83% from 255 or 95.38% from 130); Blue value is 4 (1.95% from 255 or 3.08% from 130); Max value from RGB is 124 - color contains mainly: green. Hex color #027C04 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027C04 is #FD83FB. Grayscale: #4A4A4A. Windows color (decimal): -16614396 or 293890. OLE color: 293890.

HSL color Cylindrical-coordinate representation of color #027C04: hue angle of 120.98º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027C04 is Cyan = 0.98, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.51.

Color convert

RGB 2 124 4 -
CMYK 0.98 0 0.97 0.51
HSL 120.98º 0.97% 0.25% -
HSV(B) 120.98º 0.98% 0.49% -
XYZ 7.25 14.44 2.52 -
YUV 73.84 88.58 76.76 -
System Red Green Blue C M Y K H S L
Decimal 2 124 4 0.98 0 0.97 0.51 120.98 0.97 0.25
Hex 2 7C 4 62 0 61 33 79 61 19
Octal 2 174 4 142 0 141 63 171 141 31
Binary 10 1111100 100 1100010 0 1100001 110011 1111001 1100001 11001

Color Harmonies of #027C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027C04

Black with #027C04

Text Example


Text Example

White with #027C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027C04; }

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

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

background-color css

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

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

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

border-color css

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

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

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