Html Css Color HEX #027402 Green

📋 copy color: '#027402'

red 2 ◦ green 116 ◦ blue 2

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

Shades of Green #027402

Tints of Green #027402

RGB

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

 GREEN value IS 116 (45.7% from 255) = 96.67%

 BLUE value IS 2 (1.17% from 255) = 1.67%

R = 1.67%
G = 96.67%
B = 1.67%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.98

 K value IS 0.55

RGB Variations

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

Color information

#027402 (or 0x027402) is known color: Green. HEX triplet: 02, 74 and 02. RGB value is (2,116,2). Sum of RGB (Red+Green+Blue) = 2+116+2=120 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.67% from 120); Green value is 116 (45.70% from 255 or 96.67% from 120); Blue value is 2 (1.17% from 255 or 1.67% from 120); Max value from RGB is 116 - color contains mainly: green. Hex color #027402 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027402 is #FD8BFD. Grayscale: #454545. Windows color (decimal): -16616446 or 160770. OLE color: 160770.

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

Color convert

RGB 2 116 2 -
CMYK 0.98 0 0.98 0.55
HSL 120º 0.97% 0.23% -
HSV(B) 120º 0.98% 0.45% -
XYZ 6.28 12.51 2.14 -
YUV 68.92 90.23 80.27 -
System Red Green Blue C M Y K H S L
Decimal 2 116 2 0.98 0 0.98 0.55 120 0.97 0.23
Hex 2 74 2 62 0 62 37 78 61 17
Octal 2 164 2 142 0 142 67 170 141 27
Binary 10 1110100 10 1100010 0 1100010 110111 1111000 1100001 10111

Color Harmonies of #027402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027402

Black with #027402

Text Example


Text Example

White with #027402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027402; }

 p { color: rgb(2,116,2); }

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

background-color css

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

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

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

border-color css

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

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

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