Html Css Color HEX #02423A Cyprus

📋 copy color: '#02423A'

red 2 ◦ green 66 ◦ blue 58

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

Shades of Cyprus #02423A

Tints of Cyprus #02423A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 46.03%

R = 1.59%
G = 52.38%
B = 46.03%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.12

 K value IS 0.74

RGB Variations

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

Color information

#02423A (or 0x02423A) is known color: Cyprus. HEX triplet: 02, 42 and 3A. RGB value is (2,66,58). Sum of RGB (Red+Green+Blue) = 2+66+58=126 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.59% from 126); Green value is 66 (26.17% from 255 or 52.38% from 126); Blue value is 58 (23.05% from 255 or 46.03% from 126); Max value from RGB is 66 - color contains mainly: green. Hex color #02423A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02423A is #FDBDC5. Grayscale: #2D2D2D. Windows color (decimal): -16629190 or 3817986. OLE color: 3817986.

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

Color convert

RGB 2 66 58 -
CMYK 0.97 0 0.12 0.74
HSL 172.5º 0.94% 0.13% -
HSV(B) 172.5º 0.97% 0.26% -
XYZ 2.74 4.21 4.67 -
YUV 45.95 134.8 96.65 -
System Red Green Blue C M Y K H S L
Decimal 2 66 58 0.97 0 0.12 0.74 172.5 0.94 0.13
Hex 2 42 3A 61 0 C 4A AC 5E D
Octal 2 102 72 141 0 14 112 254 136 15
Binary 10 1000010 111010 1100001 0 1100 1001010 10101100 1011110 1101

Color Harmonies of #02423A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02423A

Black with #02423A

Text Example


Text Example

White with #02423A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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