Html Css Color HEX #027039 Jewel

📋 copy color: '#027039'

red 2 ◦ green 112 ◦ blue 57

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

Shades of Jewel #027039

Tints of Jewel #027039

RGB

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

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

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

R = 1.17%
G = 65.5%
B = 33.33%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#027039 (or 0x027039) is known color: Jewel. HEX triplet: 02, 70 and 39. RGB value is (2,112,57). Sum of RGB (Red+Green+Blue) = 2+112+57=171 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.17% from 171); Green value is 112 (44.14% from 255 or 65.50% from 171); Blue value is 57 (22.66% from 255 or 33.33% from 171); Max value from RGB is 112 - color contains mainly: green. Hex color #027039 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027039 is #FD8FC6. Grayscale: #484848. Windows color (decimal): -16617415 or 3764226. OLE color: 3764226.

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

Color convert

RGB 2 112 57 -
CMYK 0.98 0 0.49 0.56
HSL 150º 0.96% 0.22% -
HSV(B) 150º 0.98% 0.44% -
XYZ 6.56 11.9 5.82 -
YUV 72.84 119.06 77.47 -
System Red Green Blue C M Y K H S L
Decimal 2 112 57 0.98 0 0.49 0.56 150 0.96 0.22
Hex 2 70 39 62 0 31 38 96 60 16
Octal 2 160 71 142 0 61 70 226 140 26
Binary 10 1110000 111001 1100010 0 110001 111000 10010110 1100000 10110

Color Harmonies of #027039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027039

Black with #027039

Text Example


Text Example

White with #027039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027039; }

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

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

background-color css

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

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

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

border-color css

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

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

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