Html Css Color HEX #027305 Green

📋 copy color: '#027305'

red 2 ◦ green 115 ◦ blue 5

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

Shades of Green #027305

Tints of Green #027305

RGB

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

 GREEN value IS 115 (45.31% from 255) = 94.26%

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

R = 1.64%
G = 94.26%
B = 4.1%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.96

 K value IS 0.55

RGB Variations

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

Color information

#027305 (or 0x027305) is known color: Green. HEX triplet: 02, 73 and 05. RGB value is (2,115,5). Sum of RGB (Red+Green+Blue) = 2+115+5=122 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.64% from 122); Green value is 115 (45.31% from 255 or 94.26% from 122); Blue value is 5 (2.34% from 255 or 4.10% from 122); Max value from RGB is 115 - color contains mainly: green. Hex color #027305 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027305 is #FD8CFA. Grayscale: #444444. Windows color (decimal): -16616699 or 357122. OLE color: 357122.

HSL color Cylindrical-coordinate representation of color #027305: hue angle of 121.59º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027305 is Cyan = 0.98, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.55.

Color convert

RGB 2 115 5 -
CMYK 0.98 0 0.96 0.55
HSL 121.59º 0.97% 0.23% -
HSV(B) 121.59º 0.98% 0.45% -
XYZ 6.18 12.29 2.19 -
YUV 68.67 92.06 80.44 -
System Red Green Blue C M Y K H S L
Decimal 2 115 5 0.98 0 0.96 0.55 121.59 0.97 0.23
Hex 2 73 5 62 0 60 37 7A 61 17
Octal 2 163 5 142 0 140 67 172 141 27
Binary 10 1110011 101 1100010 0 1100000 110111 1111010 1100001 10111

Color Harmonies of #027305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027305

Black with #027305

Text Example


Text Example

White with #027305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027305; }

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

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

background-color css

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

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

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

border-color css

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

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

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