Html Css Color HEX #027B1E Green

📋 copy color: '#027B1E'

red 2 ◦ green 123 ◦ blue 30

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

Shades of Green #027B1E

Tints of Green #027B1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 19.35%

R = 1.29%
G = 79.35%
B = 19.35%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.76

 K value IS 0.52

RGB Variations

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

Color information

#027B1E (or 0x027B1E) is known color: Green. HEX triplet: 02, 7B and 1E. RGB value is (2,123,30). Sum of RGB (Red+Green+Blue) = 2+123+30=155 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.29% from 155); Green value is 123 (48.44% from 255 or 79.35% from 155); Blue value is 30 (12.11% from 255 or 19.35% from 155); Max value from RGB is 123 - color contains mainly: green. Hex color #027B1E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027B1E is #FD84E1. Grayscale: #4C4C4C. Windows color (decimal): -16614626 or 1997570. OLE color: 1997570.

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

Color convert

RGB 2 123 30 -
CMYK 0.98 0 0.76 0.52
HSL 133.88º 0.97% 0.25% -
HSV(B) 133.88º 0.98% 0.48% -
XYZ 7.34 14.27 3.6 -
YUV 76.22 101.91 75.06 -
System Red Green Blue C M Y K H S L
Decimal 2 123 30 0.98 0 0.76 0.52 133.88 0.97 0.25
Hex 2 7B 1E 62 0 4C 34 86 61 19
Octal 2 173 36 142 0 114 64 206 141 31
Binary 10 1111011 11110 1100010 0 1001100 110100 10000110 1100001 11001

Color Harmonies of #027B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027B1E

Black with #027B1E

Text Example


Text Example

White with #027B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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