Html Css Color HEX #027312 Green

📋 copy color: '#027312'

red 2 ◦ green 115 ◦ blue 18

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

Shades of Green #027312

Tints of Green #027312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 13.33%

R = 1.48%
G = 85.19%
B = 13.33%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#027312 (or 0x027312) is known color: Green. HEX triplet: 02, 73 and 12. RGB value is (2,115,18). Sum of RGB (Red+Green+Blue) = 2+115+18=135 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.48% from 135); Green value is 115 (45.31% from 255 or 85.19% from 135); Blue value is 18 (7.42% from 255 or 13.33% from 135); Max value from RGB is 115 - color contains mainly: green. Hex color #027312 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027312 is #FD8CED. Grayscale: #464646. Windows color (decimal): -16616686 or 1209090. OLE color: 1209090.

HSL color Cylindrical-coordinate representation of color #027312: hue angle of 128.5º 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 #027312 is Cyan = 0.98, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB 2 115 18 -
CMYK 0.98 0 0.84 0.55
HSL 128.5º 0.97% 0.23% -
HSV(B) 128.5º 0.98% 0.45% -
XYZ 6.26 12.32 2.62 -
YUV 70.16 98.56 79.39 -
System Red Green Blue C M Y K H S L
Decimal 2 115 18 0.98 0 0.84 0.55 128.5 0.97 0.23
Hex 2 73 12 62 0 54 37 80 61 17
Octal 2 163 22 142 0 124 67 200 141 27
Binary 10 1110011 10010 1100010 0 1010100 110111 10000000 1100001 10111

Color Harmonies of #027312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027312

Black with #027312

Text Example


Text Example

White with #027312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027312; }

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

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

background-color css

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

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

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

border-color css

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

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

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