Html Css Color HEX #027302 Green

📋 copy color: '#027302'

red 2 ◦ green 115 ◦ blue 2

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

Shades of Green #027302

Tints of Green #027302

RGB

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

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

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

R = 1.68%
G = 96.64%
B = 1.68%

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

#027302 (or 0x027302) is known color: Green. HEX triplet: 02, 73 and 02. RGB value is (2,115,2). Sum of RGB (Red+Green+Blue) = 2+115+2=119 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.68% from 119); Green value is 115 (45.31% from 255 or 96.64% from 119); Blue value is 2 (1.17% from 255 or 1.68% from 119); Max value from RGB is 115 - color contains mainly: green. Hex color #027302 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027302 is #FD8CFD. Grayscale: #444444. Windows color (decimal): -16616702 or 160514. OLE color: 160514.

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

Color convert

RGB 2 115 2 -
CMYK 0.98 0 0.98 0.55
HSL 120º 0.97% 0.23% -
HSV(B) 120º 0.98% 0.45% -
XYZ 6.17 12.28 2.1 -
YUV 68.33 90.56 80.69 -
System Red Green Blue C M Y K H S L
Decimal 2 115 2 0.98 0 0.98 0.55 120 0.97 0.23
Hex 2 73 2 62 0 62 37 78 61 17
Octal 2 163 2 142 0 142 67 170 141 27
Binary 10 1110011 10 1100010 0 1100010 110111 1111000 1100001 10111

Color Harmonies of #027302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027302

Black with #027302

Text Example


Text Example

White with #027302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027302; }

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

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

background-color css

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

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

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

border-color css

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

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

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