Html Css Color HEX #024E3D Cyprus

📋 copy color: '#024E3D'

red 2 ◦ green 78 ◦ blue 61

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

Shades of Cyprus #024E3D

Tints of Cyprus #024E3D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 55.32%

 BLUE value IS 61 (24.22% from 255) = 43.26%

R = 1.42%
G = 55.32%
B = 43.26%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.22

 K value IS 0.69

RGB Variations

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

Color information

#024E3D (or 0x024E3D) is known color: Cyprus. HEX triplet: 02, 4E and 3D. RGB value is (2,78,61). Sum of RGB (Red+Green+Blue) = 2+78+61=141 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.42% from 141); Green value is 78 (30.86% from 255 or 55.32% from 141); Blue value is 61 (24.22% from 255 or 43.26% from 141); Max value from RGB is 78 - color contains mainly: green. Hex color #024E3D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #024E3D is #FDB1C2. Grayscale: #353535. Windows color (decimal): -16626115 or 4017666. OLE color: 4017666.

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

Color convert

RGB 2 78 61 -
CMYK 0.97 0 0.22 0.69
HSL 166.58º 0.95% 0.16% -
HSV(B) 166.58º 0.97% 0.31% -
XYZ 3.59 5.8 5.34 -
YUV 53.34 132.32 91.38 -
System Red Green Blue C M Y K H S L
Decimal 2 78 61 0.97 0 0.22 0.69 166.58 0.95 0.16
Hex 2 4E 3D 61 0 16 45 A7 5F 10
Octal 2 116 75 141 0 26 105 247 137 20
Binary 10 1001110 111101 1100001 0 10110 1000101 10100111 1011111 10000

Color Harmonies of #024E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024E3D

Black with #024E3D

Text Example


Text Example

White with #024E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,78,61); }

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

background-color css

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

 a { background-color: rgb(2,78,61); }

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

border-color css

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

 span { border-color: rgb(2,78,61); }

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