Html Css Color HEX #027200 Green

📋 copy color: '#027200'

red 2 ◦ green 114 ◦ blue 0

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

Shades of Green #027200

Tints of Green #027200

RGB

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

 GREEN value IS 114 (44.92% from 255) = 98.28%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 1.72%
G = 98.28%
B = 0%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#027200 (or 0x027200) is known color: Green. HEX triplet: 02, 72 and 00. RGB value is (2,114,0). Sum of RGB (Red+Green+Blue) = 2+114+0=116 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.72% from 116); Green value is 114 (44.92% from 255 or 98.28% from 116); Blue value is 0 (0.39% from 255 or 0% from 116); Max value from RGB is 114 - color contains mainly: green. Hex color #027200 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027200 is #FD8DFF. Grayscale: #434343. Windows color (decimal): -16616960 or 29186. OLE color: 29186.

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

Color convert

RGB 2 114 0 -
CMYK 0.98 0 1 0.55
HSL 118.95º 1% 0.22% -
HSV(B) 118.95º 1% 0.45% -
XYZ 6.04 12.05 2.01 -
YUV 67.52 89.89 81.27 -
System Red Green Blue C M Y K H S L
Decimal 2 114 0 0.98 0 1 0.55 118.95 1 0.22
Hex 2 72 0 62 0 64 37 77 64 16
Octal 2 162 0 142 0 144 67 167 144 26
Binary 10 1110010 0 1100010 0 1100100 110111 1110111 1100100 10110

Color Harmonies of #027200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027200

Black with #027200

Text Example


Text Example

White with #027200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027200; }

 p { color: rgb(2,114,0); }

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

background-color css

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

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

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

border-color css

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

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

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