Html Css Color HEX #027439 Jewel

📋 copy color: '#027439'

red 2 ◦ green 116 ◦ blue 57

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

Shades of Jewel #027439

Tints of Jewel #027439

RGB

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

 GREEN value IS 116 (45.7% from 255) = 66.29%

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

R = 1.14%
G = 66.29%
B = 32.57%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.51

 K value IS 0.55

RGB Variations

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

Color information

#027439 (or 0x027439) is known color: Jewel. HEX triplet: 02, 74 and 39. RGB value is (2,116,57). Sum of RGB (Red+Green+Blue) = 2+116+57=175 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.14% from 175); Green value is 116 (45.70% from 255 or 66.29% from 175); Blue value is 57 (22.66% from 255 or 32.57% from 175); Max value from RGB is 116 - color contains mainly: green. Hex color #027439 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027439 is #FD8BC6. Grayscale: #4B4B4B. Windows color (decimal): -16616391 or 3765250. OLE color: 3765250.

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

Color convert

RGB 2 116 57 -
CMYK 0.98 0 0.51 0.55
HSL 148.95º 0.97% 0.23% -
HSV(B) 148.95º 0.98% 0.45% -
XYZ 7.01 12.8 5.97 -
YUV 75.19 117.73 75.8 -
System Red Green Blue C M Y K H S L
Decimal 2 116 57 0.98 0 0.51 0.55 148.95 0.97 0.23
Hex 2 74 39 62 0 33 37 95 61 17
Octal 2 164 71 142 0 63 67 225 141 27
Binary 10 1110100 111001 1100010 0 110011 110111 10010101 1100001 10111

Color Harmonies of #027439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027439

Black with #027439

Text Example


Text Example

White with #027439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027439; }

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

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

background-color css

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

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

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

border-color css

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

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

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