Html Css Color HEX #02423B Cyprus

📋 copy color: '#02423B'

red 2 ◦ green 66 ◦ blue 59

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

Shades of Cyprus #02423B

Tints of Cyprus #02423B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 46.46%

R = 1.57%
G = 51.97%
B = 46.46%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.11

 K value IS 0.74

RGB Variations

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

Color information

#02423B (or 0x02423B) is known color: Cyprus. HEX triplet: 02, 42 and 3B. RGB value is (2,66,59). Sum of RGB (Red+Green+Blue) = 2+66+59=127 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.57% from 127); Green value is 66 (26.17% from 255 or 51.97% from 127); Blue value is 59 (23.44% from 255 or 46.46% from 127); Max value from RGB is 66 - color contains mainly: green. Hex color #02423B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02423B is #FDBDC4. Grayscale: #2E2E2E. Windows color (decimal): -16629189 or 3883522. OLE color: 3883522.

HSL color Cylindrical-coordinate representation of color #02423B: hue angle of 173.44º 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 #02423B is Cyan = 0.97, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.74.

Color convert

RGB 2 66 59 -
CMYK 0.97 0 0.11 0.74
HSL 173.44º 0.94% 0.13% -
HSV(B) 173.44º 0.97% 0.26% -
XYZ 2.76 4.23 4.81 -
YUV 46.07 135.3 96.57 -
System Red Green Blue C M Y K H S L
Decimal 2 66 59 0.97 0 0.11 0.74 173.44 0.94 0.13
Hex 2 42 3B 61 0 B 4A AD 5E D
Octal 2 102 73 141 0 13 112 255 136 15
Binary 10 1000010 111011 1100001 0 1011 1001010 10101101 1011110 1101

Color Harmonies of #02423B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02423B

Black with #02423B

Text Example


Text Example

White with #02423B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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