Html Css Color HEX #027137 Jewel

📋 copy color: '#027137'

red 2 ◦ green 113 ◦ blue 55

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

Shades of Jewel #027137

Tints of Jewel #027137

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 32.35%

R = 1.18%
G = 66.47%
B = 32.35%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.51

 K value IS 0.56

RGB Variations

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

Color information

#027137 (or 0x027137) is known color: Jewel. HEX triplet: 02, 71 and 37. RGB value is (2,113,55). Sum of RGB (Red+Green+Blue) = 2+113+55=170 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.18% from 170); Green value is 113 (44.53% from 255 or 66.47% from 170); Blue value is 55 (21.88% from 255 or 32.35% from 170); Max value from RGB is 113 - color contains mainly: green. Hex color #027137 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027137 is #FD8EC8. Grayscale: #494949. Windows color (decimal): -16617161 or 3633410. OLE color: 3633410.

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

Color convert

RGB 2 113 55 -
CMYK 0.98 0 0.51 0.56
HSL 148.65º 0.97% 0.23% -
HSV(B) 148.65º 0.98% 0.44% -
XYZ 6.62 12.1 5.6 -
YUV 73.2 117.73 77.22 -
System Red Green Blue C M Y K H S L
Decimal 2 113 55 0.98 0 0.51 0.56 148.65 0.97 0.23
Hex 2 71 37 62 0 33 38 95 61 17
Octal 2 161 67 142 0 63 70 225 141 27
Binary 10 1110001 110111 1100010 0 110011 111000 10010101 1100001 10111

Color Harmonies of #027137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027137

Black with #027137

Text Example


Text Example

White with #027137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027137; }

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

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

background-color css

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

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

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

border-color css

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

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

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