Html Css Color HEX #024A3E Cyprus

📋 copy color: '#024A3E'

red 2 ◦ green 74 ◦ blue 62

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

Shades of Cyprus #024A3E

Tints of Cyprus #024A3E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 53.62%

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

R = 1.45%
G = 53.62%
B = 44.93%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.16

 K value IS 0.71

RGB Variations

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

Color information

#024A3E (or 0x024A3E) is known color: Cyprus. HEX triplet: 02, 4A and 3E. RGB value is (2,74,62). Sum of RGB (Red+Green+Blue) = 2+74+62=138 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.45% from 138); Green value is 74 (29.30% from 255 or 53.62% from 138); Blue value is 62 (24.61% from 255 or 44.93% from 138); Max value from RGB is 74 - color contains mainly: green. Hex color #024A3E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024A3E is #FDB5C1. Grayscale: #333333. Windows color (decimal): -16627138 or 4082178. OLE color: 4082178.

HSL color Cylindrical-coordinate representation of color #024A3E: hue angle of 170º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024A3E is Cyan = 0.97, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.71.

Color convert

RGB 2 74 62 -
CMYK 0.97 0 0.16 0.71
HSL 170º 0.95% 0.15% -
HSV(B) 170º 0.97% 0.29% -
XYZ 3.34 5.26 5.4 -
YUV 51.1 134.15 92.98 -
System Red Green Blue C M Y K H S L
Decimal 2 74 62 0.97 0 0.16 0.71 170 0.95 0.15
Hex 2 4A 3E 61 0 10 47 AA 5F F
Octal 2 112 76 141 0 20 107 252 137 17
Binary 10 1001010 111110 1100001 0 10000 1000111 10101010 1011111 1111

Color Harmonies of #024A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024A3E

Black with #024A3E

Text Example


Text Example

White with #024A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024A3E; }

 p { color: rgb(2,74,62); }

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

background-color css

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

 a { background-color: rgb(2,74,62); }

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

border-color css

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

 span { border-color: rgb(2,74,62); }

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