Html Css Color HEX #027B0E Green

📋 copy color: '#027B0E'

red 2 ◦ green 123 ◦ blue 14

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

Shades of Green #027B0E

Tints of Green #027B0E

RGB

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

 GREEN value IS 123 (48.44% from 255) = 88.49%

 BLUE value IS 14 (5.86% from 255) = 10.07%

R = 1.44%
G = 88.49%
B = 10.07%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.89

 K value IS 0.52

RGB Variations

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

Color information

#027B0E (or 0x027B0E) is known color: Green. HEX triplet: 02, 7B and 0E. RGB value is (2,123,14). Sum of RGB (Red+Green+Blue) = 2+123+14=139 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.44% from 139); Green value is 123 (48.44% from 255 or 88.49% from 139); Blue value is 14 (5.86% from 255 or 10.07% from 139); Max value from RGB is 123 - color contains mainly: green. Hex color #027B0E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027B0E is #FD84F1. Grayscale: #4A4A4A. Windows color (decimal): -16614642 or 948994. OLE color: 948994.

HSL color Cylindrical-coordinate representation of color #027B0E: hue angle of 125.95º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027B0E is Cyan = 0.98, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.52.

Color convert

RGB 2 123 14 -
CMYK 0.98 0 0.89 0.52
HSL 125.95º 0.97% 0.25% -
HSV(B) 125.95º 0.98% 0.48% -
XYZ 7.19 14.21 2.78 -
YUV 74.4 93.91 76.36 -
System Red Green Blue C M Y K H S L
Decimal 2 123 14 0.98 0 0.89 0.52 125.95 0.97 0.25
Hex 2 7B E 62 0 59 34 7E 61 19
Octal 2 173 16 142 0 131 64 176 141 31
Binary 10 1111011 1110 1100010 0 1011001 110100 1111110 1100001 11001

Color Harmonies of #027B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027B0E

Black with #027B0E

Text Example


Text Example

White with #027B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,123,14); }

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

background-color css

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

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

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

border-color css

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

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

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