Html Css Color HEX #02473E Cyprus

📋 copy color: '#02473E'

red 2 ◦ green 71 ◦ blue 62

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

Shades of Cyprus #02473E

Tints of Cyprus #02473E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 52.59%

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

R = 1.48%
G = 52.59%
B = 45.93%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.13

 K value IS 0.72

RGB Variations

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

Color information

#02473E (or 0x02473E) is known color: Cyprus. HEX triplet: 02, 47 and 3E. RGB value is (2,71,62). Sum of RGB (Red+Green+Blue) = 2+71+62=135 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.48% from 135); Green value is 71 (28.12% from 255 or 52.59% from 135); Blue value is 62 (24.61% from 255 or 45.93% from 135); Max value from RGB is 71 - color contains mainly: green. Hex color #02473E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02473E is #FDB8C1. Grayscale: #313131. Windows color (decimal): -16627906 or 4081410. OLE color: 4081410.

HSL color Cylindrical-coordinate representation of color #02473E: hue angle of 172.17º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02473E is Cyan = 0.97, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.72.

Color convert

RGB 2 71 62 -
CMYK 0.97 0 0.13 0.72
HSL 172.17º 0.95% 0.14% -
HSV(B) 172.17º 0.97% 0.28% -
XYZ 3.15 4.87 5.33 -
YUV 49.34 135.14 94.23 -
System Red Green Blue C M Y K H S L
Decimal 2 71 62 0.97 0 0.13 0.72 172.17 0.95 0.14
Hex 2 47 3E 61 0 D 48 AC 5F E
Octal 2 107 76 141 0 15 110 254 137 16
Binary 10 1000111 111110 1100001 0 1101 1001000 10101100 1011111 1110

Color Harmonies of #02473E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02473E

Black with #02473E

Text Example


Text Example

White with #02473E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02473E; }

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

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

background-color css

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

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

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

border-color css

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

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

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