Html Css Color HEX #027239 Jewel

📋 copy color: '#027239'

red 2 ◦ green 114 ◦ blue 57

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

Shades of Jewel #027239

Tints of Jewel #027239

RGB

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

 GREEN value IS 114 (44.92% from 255) = 65.9%

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

R = 1.16%
G = 65.9%
B = 32.95%

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

#027239 (or 0x027239) is known color: Jewel. HEX triplet: 02, 72 and 39. RGB value is (2,114,57). Sum of RGB (Red+Green+Blue) = 2+114+57=173 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 173); Green value is 114 (44.92% from 255 or 65.90% from 173); Blue value is 57 (22.66% from 255 or 32.95% from 173); Max value from RGB is 114 - color contains mainly: green. Hex color #027239 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027239 is #FD8DC6. Grayscale: #4A4A4A. Windows color (decimal): -16616903 or 3764738. OLE color: 3764738.

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

Color convert

RGB 2 114 57 -
CMYK 0.98 0 0.50 0.55
HSL 149.46º 0.97% 0.23% -
HSV(B) 149.46º 0.98% 0.45% -
XYZ 6.78 12.34 5.9 -
YUV 74.01 118.39 76.63 -
System Red Green Blue C M Y K H S L
Decimal 2 114 57 0.98 0 0.50 0.55 149.46 0.97 0.23
Hex 2 72 39 62 0 32 37 95 61 17
Octal 2 162 71 142 0 62 67 225 141 27
Binary 10 1110010 111001 1100010 0 110010 110111 10010101 1100001 10111

Color Harmonies of #027239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027239

Black with #027239

Text Example


Text Example

White with #027239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027239; }

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

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

background-color css

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

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

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

border-color css

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

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

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