Html Css Color HEX #027C03 Green

📋 copy color: '#027C03'

red 2 ◦ green 124 ◦ blue 3

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

Shades of Green #027C03

Tints of Green #027C03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.33%

R = 1.55%
G = 96.12%
B = 2.33%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.98

 K value IS 0.51

RGB Variations

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

Color information

#027C03 (or 0x027C03) is known color: Green. HEX triplet: 02, 7C and 03. RGB value is (2,124,3). Sum of RGB (Red+Green+Blue) = 2+124+3=129 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.55% from 129); Green value is 124 (48.83% from 255 or 96.12% from 129); Blue value is 3 (1.56% from 255 or 2.33% from 129); Max value from RGB is 124 - color contains mainly: green. Hex color #027C03 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027C03 is #FD83FC. Grayscale: #4A4A4A. Windows color (decimal): -16614397 or 228354. OLE color: 228354.

HSL color Cylindrical-coordinate representation of color #027C03: hue angle of 120.49º 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 #027C03 is Cyan = 0.98, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.51.

Color convert

RGB 2 124 3 -
CMYK 0.98 0 0.98 0.51
HSL 120.49º 0.97% 0.25% -
HSV(B) 120.49º 0.98% 0.49% -
XYZ 7.25 14.43 2.49 -
YUV 73.73 88.08 76.84 -
System Red Green Blue C M Y K H S L
Decimal 2 124 3 0.98 0 0.98 0.51 120.49 0.97 0.25
Hex 2 7C 3 62 0 62 33 78 61 19
Octal 2 174 3 142 0 142 63 170 141 31
Binary 10 1111100 11 1100010 0 1100010 110011 1111000 1100001 11001

Color Harmonies of #027C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027C03

Black with #027C03

Text Example


Text Example

White with #027C03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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