Html Css Color HEX #027B05 Green

📋 copy color: '#027B05'

red 2 ◦ green 123 ◦ blue 5

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

Shades of Green #027B05

Tints of Green #027B05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.85%

R = 1.54%
G = 94.62%
B = 3.85%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.96

 K value IS 0.52

RGB Variations

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

Color information

#027B05 (or 0x027B05) is known color: Green. HEX triplet: 02, 7B and 05. RGB value is (2,123,5). Sum of RGB (Red+Green+Blue) = 2+123+5=130 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.54% from 130); Green value is 123 (48.44% from 255 or 94.62% from 130); Blue value is 5 (2.34% from 255 or 3.85% from 130); Max value from RGB is 123 - color contains mainly: green. Hex color #027B05 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027B05 is #FD84FA. Grayscale: #494949. Windows color (decimal): -16614651 or 359170. OLE color: 359170.

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

Color convert

RGB 2 123 5 -
CMYK 0.98 0 0.96 0.52
HSL 121.49º 0.97% 0.25% -
HSV(B) 121.49º 0.98% 0.48% -
XYZ 7.14 14.19 2.51 -
YUV 73.37 89.41 77.09 -
System Red Green Blue C M Y K H S L
Decimal 2 123 5 0.98 0 0.96 0.52 121.49 0.97 0.25
Hex 2 7B 5 62 0 60 34 79 61 19
Octal 2 173 5 142 0 140 64 171 141 31
Binary 10 1111011 101 1100010 0 1100000 110100 1111001 1100001 11001

Color Harmonies of #027B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027B05

Black with #027B05

Text Example


Text Example

White with #027B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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