Html Css Color HEX #027037 Jewel

📋 copy color: '#027037'

red 2 ◦ green 112 ◦ blue 55

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

Shades of Jewel #027037

Tints of Jewel #027037

RGB

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

 GREEN value IS 112 (44.14% from 255) = 66.27%

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

R = 1.18%
G = 66.27%
B = 32.54%

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

#027037 (or 0x027037) is known color: Jewel. HEX triplet: 02, 70 and 37. RGB value is (2,112,55). Sum of RGB (Red+Green+Blue) = 2+112+55=169 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.18% from 169); Green value is 112 (44.14% from 255 or 66.27% from 169); Blue value is 55 (21.88% from 255 or 32.54% from 169); Max value from RGB is 112 - color contains mainly: green. Hex color #027037 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027037 is #FD8FC8. Grayscale: #484848. Windows color (decimal): -16617417 or 3633154. OLE color: 3633154.

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

Color convert

RGB 2 112 55 -
CMYK 0.98 0 0.51 0.56
HSL 148.91º 0.96% 0.22% -
HSV(B) 148.91º 0.98% 0.44% -
XYZ 6.51 11.88 5.56 -
YUV 72.61 118.06 77.63 -
System Red Green Blue C M Y K H S L
Decimal 2 112 55 0.98 0 0.51 0.56 148.91 0.96 0.22
Hex 2 70 37 62 0 33 38 95 60 16
Octal 2 160 67 142 0 63 70 225 140 26
Binary 10 1110000 110111 1100010 0 110011 111000 10010101 1100000 10110

Color Harmonies of #027037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027037

Black with #027037

Text Example


Text Example

White with #027037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027037; }

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

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

background-color css

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

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

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

border-color css

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

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

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