Html Css Color HEX #027B20 Green

📋 copy color: '#027B20'

red 2 ◦ green 123 ◦ blue 32

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

Shades of Green #027B20

Tints of Green #027B20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 20.38%

R = 1.27%
G = 78.34%
B = 20.38%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.74

 K value IS 0.52

RGB Variations

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

Color information

#027B20 (or 0x027B20) is known color: Green. HEX triplet: 02, 7B and 20. RGB value is (2,123,32). Sum of RGB (Red+Green+Blue) = 2+123+32=157 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 157); Green value is 123 (48.44% from 255 or 78.34% from 157); Blue value is 32 (12.89% from 255 or 20.38% from 157); Max value from RGB is 123 - color contains mainly: green. Hex color #027B20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027B20 is #FD84DF. Grayscale: #4C4C4C. Windows color (decimal): -16614624 or 2128642. OLE color: 2128642.

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

Color convert

RGB 2 123 32 -
CMYK 0.98 0 0.74 0.52
HSL 134.88º 0.97% 0.25% -
HSV(B) 134.88º 0.98% 0.48% -
XYZ 7.37 14.28 3.74 -
YUV 76.45 102.91 74.9 -
System Red Green Blue C M Y K H S L
Decimal 2 123 32 0.98 0 0.74 0.52 134.88 0.97 0.25
Hex 2 7B 20 62 0 4A 34 87 61 19
Octal 2 173 40 142 0 112 64 207 141 31
Binary 10 1111011 100000 1100010 0 1001010 110100 10000111 1100001 11001

Color Harmonies of #027B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027B20

Black with #027B20

Text Example


Text Example

White with #027B20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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