Html Css Color HEX #027B00 Green

📋 copy color: '#027B00'

red 2 ◦ green 123 ◦ blue 0

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

Shades of Green #027B00

Tints of Green #027B00

RGB

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

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

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

R = 1.6%
G = 98.4%
B = 0%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 1

 K value IS 0.52

RGB Variations

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

Color information

#027B00 (or 0x027B00) is known color: Green. HEX triplet: 02, 7B and 00. RGB value is (2,123,0). Sum of RGB (Red+Green+Blue) = 2+123+0=125 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.6% from 125); Green value is 123 (48.44% from 255 or 98.4% from 125); Blue value is 0 (0.39% from 255 or 0% from 125); Max value from RGB is 123 - color contains mainly: green. Hex color #027B00 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027B00 is #FD84FF. Grayscale: #494949. Windows color (decimal): -16614656 or 31490. OLE color: 31490.

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

Color convert

RGB 2 123 0 -
CMYK 0.98 0 1 0.52
HSL 119.02º 1% 0.24% -
HSV(B) 119.02º 1% 0.48% -
XYZ 7.11 14.18 2.36 -
YUV 72.8 86.91 77.5 -
System Red Green Blue C M Y K H S L
Decimal 2 123 0 0.98 0 1 0.52 119.02 1 0.24
Hex 2 7B 0 62 0 64 34 77 64 18
Octal 2 173 0 142 0 144 64 167 144 30
Binary 10 1111011 0 1100010 0 1100100 110100 1110111 1100100 11000

Color Harmonies of #027B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027B00

Black with #027B00

Text Example


Text Example

White with #027B00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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