Html Css Color HEX #014F3E Cyprus

📋 copy color: '#014F3E'

red 1 ◦ green 79 ◦ blue 62

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

Shades of Cyprus #014F3E

Tints of Cyprus #014F3E

RGB

 RED value IS 1 (0.78% from 255) = 0.7%

 GREEN value IS 79 (31.25% from 255) = 55.63%

 BLUE value IS 62 (24.61% from 255) = 43.66%

R = 0.7%
G = 55.63%
B = 43.66%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.22

 K value IS 0.69

RGB Variations

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

Color information

#014F3E (or 0x014F3E) is known color: Cyprus. HEX triplet: 01, 4F and 3E. RGB value is (1,79,62). Sum of RGB (Red+Green+Blue) = 1+79+62=142 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 142); Green value is 79 (31.25% from 255 or 55.63% from 142); Blue value is 62 (24.61% from 255 or 43.66% from 142); Max value from RGB is 79 - color contains mainly: green. Hex color #014F3E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #014F3E is #FEB0C1. Grayscale: #353535. Windows color (decimal): -16691394 or 4083457. OLE color: 4083457.

HSL color Cylindrical-coordinate representation of color #014F3E: hue angle of 166.92º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014F3E is Cyan = 0.99, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.69.

Color convert

RGB 1 79 62 -
CMYK 0.99 0 0.22 0.69
HSL 166.92º 0.98% 0.16% -
HSV(B) 166.92º 0.99% 0.31% -
XYZ 3.68 5.95 5.51 -
YUV 53.74 132.66 90.38 -
System Red Green Blue C M Y K H S L
Decimal 1 79 62 0.99 0 0.22 0.69 166.92 0.98 0.16
Hex 1 4F 3E 63 0 16 45 A7 62 10
Octal 1 117 76 143 0 26 105 247 142 20
Binary 1 1001111 111110 1100011 0 10110 1000101 10100111 1100010 10000

Color Harmonies of #014F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014F3E

Black with #014F3E

Text Example


Text Example

White with #014F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014F3E; }

 p { color: rgb(1,79,62); }

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

background-color css

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

 a { background-color: rgb(1,79,62); }

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

border-color css

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

 span { border-color: rgb(1,79,62); }

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