Html Css Color HEX #02523E Cyprus

📋 copy color: '#02523E'

red 2 ◦ green 82 ◦ blue 62

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

Shades of Cyprus #02523E

Tints of Cyprus #02523E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 56.16%

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

R = 1.37%
G = 56.16%
B = 42.47%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.24

 K value IS 0.68

RGB Variations

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

Color information

#02523E (or 0x02523E) is known color: Cyprus. HEX triplet: 02, 52 and 3E. RGB value is (2,82,62). Sum of RGB (Red+Green+Blue) = 2+82+62=146 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.37% from 146); Green value is 82 (32.42% from 255 or 56.16% from 146); Blue value is 62 (24.61% from 255 or 42.47% from 146); Max value from RGB is 82 - color contains mainly: green. Hex color #02523E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02523E is #FDADC1. Grayscale: #373737. Windows color (decimal): -16625090 or 4084226. OLE color: 4084226.

HSL color Cylindrical-coordinate representation of color #02523E: hue angle of 165º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02523E is Cyan = 0.98, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.68.

Color convert

RGB 2 82 62 -
CMYK 0.98 0 0.24 0.68
HSL 165º 0.95% 0.16% -
HSV(B) 165º 0.98% 0.32% -
XYZ 3.91 6.4 5.59 -
YUV 55.8 131.5 89.63 -
System Red Green Blue C M Y K H S L
Decimal 2 82 62 0.98 0 0.24 0.68 165 0.95 0.16
Hex 2 52 3E 62 0 18 44 A5 5F 10
Octal 2 122 76 142 0 30 104 245 137 20
Binary 10 1010010 111110 1100010 0 11000 1000100 10100101 1011111 10000

Color Harmonies of #02523E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02523E

Black with #02523E

Text Example


Text Example

White with #02523E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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