Html Css Color HEX #02473C Cyprus

📋 copy color: '#02473C'

red 2 ◦ green 71 ◦ blue 60

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

Shades of Cyprus #02473C

Tints of Cyprus #02473C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 45.11%

R = 1.5%
G = 53.38%
B = 45.11%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.15

 K value IS 0.72

RGB Variations

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

Color information

#02473C (or 0x02473C) is known color: Cyprus. HEX triplet: 02, 47 and 3C. RGB value is (2,71,60). Sum of RGB (Red+Green+Blue) = 2+71+60=133 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.50% from 133); Green value is 71 (28.12% from 255 or 53.38% from 133); Blue value is 60 (23.83% from 255 or 45.11% from 133); Max value from RGB is 71 - color contains mainly: green. Hex color #02473C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02473C is #FDB8C3. Grayscale: #313131. Windows color (decimal): -16627908 or 3950338. OLE color: 3950338.

HSL color Cylindrical-coordinate representation of color #02473C: hue angle of 170.43º 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 #02473C is Cyan = 0.97, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.72.

Color convert

RGB 2 71 60 -
CMYK 0.97 0 0.15 0.72
HSL 170.43º 0.95% 0.14% -
HSV(B) 170.43º 0.97% 0.28% -
XYZ 3.09 4.85 5.05 -
YUV 49.12 134.14 94.39 -
System Red Green Blue C M Y K H S L
Decimal 2 71 60 0.97 0 0.15 0.72 170.43 0.95 0.14
Hex 2 47 3C 61 0 F 48 AA 5F E
Octal 2 107 74 141 0 17 110 252 137 16
Binary 10 1000111 111100 1100001 0 1111 1001000 10101010 1011111 1110

Color Harmonies of #02473C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02473C

Black with #02473C

Text Example


Text Example

White with #02473C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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