Html Css Color HEX #027339 Jewel

📋 copy color: '#027339'

red 2 ◦ green 115 ◦ blue 57

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

Shades of Jewel #027339

Tints of Jewel #027339

RGB

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

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

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

R = 1.15%
G = 66.09%
B = 32.76%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.50

 K value IS 0.55

RGB Variations

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

Color information

#027339 (or 0x027339) is known color: Jewel. HEX triplet: 02, 73 and 39. RGB value is (2,115,57). Sum of RGB (Red+Green+Blue) = 2+115+57=174 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.15% from 174); Green value is 115 (45.31% from 255 or 66.09% from 174); Blue value is 57 (22.66% from 255 or 32.76% from 174); Max value from RGB is 115 - color contains mainly: green. Hex color #027339 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027339 is #FD8CC6. Grayscale: #4A4A4A. Windows color (decimal): -16616647 or 3764994. OLE color: 3764994.

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

Color convert

RGB 2 115 57 -
CMYK 0.98 0 0.50 0.55
HSL 149.2º 0.97% 0.23% -
HSV(B) 149.2º 0.98% 0.45% -
XYZ 6.89 12.57 5.93 -
YUV 74.6 118.06 76.22 -
System Red Green Blue C M Y K H S L
Decimal 2 115 57 0.98 0 0.50 0.55 149.2 0.97 0.23
Hex 2 73 39 62 0 32 37 95 61 17
Octal 2 163 71 142 0 62 67 225 141 27
Binary 10 1110011 111001 1100010 0 110010 110111 10010101 1100001 10111

Color Harmonies of #027339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027339

Black with #027339

Text Example


Text Example

White with #027339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027339; }

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

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

background-color css

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

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

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

border-color css

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

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

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