Html Css Color HEX #027207 Green

📋 copy color: '#027207'

red 2 ◦ green 114 ◦ blue 7

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

Shades of Green #027207

Tints of Green #027207

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 5.69%

R = 1.63%
G = 92.68%
B = 5.69%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.94

 K value IS 0.55

RGB Variations

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

Color information

#027207 (or 0x027207) is known color: Green. HEX triplet: 02, 72 and 07. RGB value is (2,114,7). Sum of RGB (Red+Green+Blue) = 2+114+7=123 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.63% from 123); Green value is 114 (44.92% from 255 or 92.68% from 123); Blue value is 7 (3.12% from 255 or 5.69% from 123); Max value from RGB is 114 - color contains mainly: green. Hex color #027207 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027207 is #FD8DF8. Grayscale: #444444. Windows color (decimal): -16616953 or 487938. OLE color: 487938.

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

Color convert

RGB 2 114 7 -
CMYK 0.98 0 0.94 0.55
HSL 122.68º 0.97% 0.23% -
HSV(B) 122.68º 0.98% 0.45% -
XYZ 6.08 12.06 2.21 -
YUV 68.31 93.39 80.7 -
System Red Green Blue C M Y K H S L
Decimal 2 114 7 0.98 0 0.94 0.55 122.68 0.97 0.23
Hex 2 72 7 62 0 5E 37 7B 61 17
Octal 2 162 7 142 0 136 67 173 141 27
Binary 10 1110010 111 1100010 0 1011110 110111 1111011 1100001 10111

Color Harmonies of #027207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027207

Black with #027207

Text Example


Text Example

White with #027207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027207; }

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

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

background-color css

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

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

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

border-color css

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

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

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