Html Css Color HEX #027139 Jewel

📋 copy color: '#027139'

red 2 ◦ green 113 ◦ blue 57

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

Shades of Jewel #027139

Tints of Jewel #027139

RGB

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

 GREEN value IS 113 (44.53% from 255) = 65.7%

 BLUE value IS 57 (22.66% from 255) = 33.14%

R = 1.16%
G = 65.7%
B = 33.14%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#027139 (or 0x027139) is known color: Jewel. HEX triplet: 02, 71 and 39. RGB value is (2,113,57). Sum of RGB (Red+Green+Blue) = 2+113+57=172 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 172); Green value is 113 (44.53% from 255 or 65.70% from 172); Blue value is 57 (22.66% from 255 or 33.14% from 172); Max value from RGB is 113 - color contains mainly: green. Hex color #027139 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027139 is #FD8EC6. Grayscale: #494949. Windows color (decimal): -16617159 or 3764482. OLE color: 3764482.

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

Color convert

RGB 2 113 57 -
CMYK 0.98 0 0.50 0.56
HSL 149.73º 0.97% 0.23% -
HSV(B) 149.73º 0.98% 0.44% -
XYZ 6.67 12.12 5.86 -
YUV 73.43 118.73 77.05 -
System Red Green Blue C M Y K H S L
Decimal 2 113 57 0.98 0 0.50 0.56 149.73 0.97 0.23
Hex 2 71 39 62 0 32 38 96 61 17
Octal 2 161 71 142 0 62 70 226 141 27
Binary 10 1110001 111001 1100010 0 110010 111000 10010110 1100001 10111

Color Harmonies of #027139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027139

Black with #027139

Text Example


Text Example

White with #027139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027139; }

 p { color: rgb(2,113,57); }

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

background-color css

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

 a { background-color: rgb(2,113,57); }

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

border-color css

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

 span { border-color: rgb(2,113,57); }

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