Html Css Color HEX #02423F Cyprus

📋 copy color: '#02423F'

red 2 ◦ green 66 ◦ blue 63

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

Shades of Cyprus #02423F

Tints of Cyprus #02423F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 50.38%

 BLUE value IS 63 (25% from 255) = 48.09%

R = 1.53%
G = 50.38%
B = 48.09%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.05

 K value IS 0.74

RGB Variations

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

Color information

#02423F (or 0x02423F) is known color: Cyprus. HEX triplet: 02, 42 and 3F. RGB value is (2,66,63). Sum of RGB (Red+Green+Blue) = 2+66+63=131 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.53% from 131); Green value is 66 (26.17% from 255 or 50.38% from 131); Blue value is 63 (25% from 255 or 48.09% from 131); Max value from RGB is 66 - color contains mainly: green. Hex color #02423F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02423F is #FDBDC0. Grayscale: #2E2E2E. Windows color (decimal): -16629185 or 4145666. OLE color: 4145666.

HSL color Cylindrical-coordinate representation of color #02423F: hue angle of 177.19º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02423F is Cyan = 0.97, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.74.

Color convert

RGB 2 66 63 -
CMYK 0.97 0 0.05 0.74
HSL 177.19º 0.94% 0.13% -
HSV(B) 177.19º 0.97% 0.26% -
XYZ 2.87 4.27 5.38 -
YUV 46.52 137.3 96.24 -
System Red Green Blue C M Y K H S L
Decimal 2 66 63 0.97 0 0.05 0.74 177.19 0.94 0.13
Hex 2 42 3F 61 0 5 4A B1 5E D
Octal 2 102 77 141 0 5 112 261 136 15
Binary 10 1000010 111111 1100001 0 101 1001010 10110001 1011110 1101

Color Harmonies of #02423F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02423F

Black with #02423F

Text Example


Text Example

White with #02423F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02423F; }

 p { color: rgb(2,66,63); }

 H1.HeaderClassName
 {
   color: #02423F;
 }
 .AnyTagClassName
 {
   color: #02423F;
 }
</style>

background-color css

<style>
 a { background-color: #02423F; }

 a { background-color: rgb(2,66,63); }

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

border-color css

<style>
 span { border-color: #02423F; }

 span { border-color: rgb(2,66,63); }

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