Html Css Color HEX #027313 Green

📋 copy color: '#027313'

red 2 ◦ green 115 ◦ blue 19

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

Shades of Green #027313

Tints of Green #027313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 13.97%

R = 1.47%
G = 84.56%
B = 13.97%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#027313 (or 0x027313) is known color: Green. HEX triplet: 02, 73 and 13. RGB value is (2,115,19). Sum of RGB (Red+Green+Blue) = 2+115+19=136 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.47% from 136); Green value is 115 (45.31% from 255 or 84.56% from 136); Blue value is 19 (7.81% from 255 or 13.97% from 136); Max value from RGB is 115 - color contains mainly: green. Hex color #027313 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027313 is #FD8CEC. Grayscale: #464646. Windows color (decimal): -16616685 or 1274626. OLE color: 1274626.

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

Color convert

RGB 2 115 19 -
CMYK 0.98 0 0.83 0.55
HSL 129.03º 0.97% 0.23% -
HSV(B) 129.03º 0.98% 0.45% -
XYZ 6.27 12.32 2.66 -
YUV 70.27 99.06 79.31 -
System Red Green Blue C M Y K H S L
Decimal 2 115 19 0.98 0 0.83 0.55 129.03 0.97 0.23
Hex 2 73 13 62 0 53 37 81 61 17
Octal 2 163 23 142 0 123 67 201 141 27
Binary 10 1110011 10011 1100010 0 1010011 110111 10000001 1100001 10111

Color Harmonies of #027313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027313

Black with #027313

Text Example


Text Example

White with #027313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027313; }

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

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

background-color css

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

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

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

border-color css

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

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

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