Html Css Color HEX #02533F Cyprus

📋 copy color: '#02533F'

red 2 ◦ green 83 ◦ blue 63

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

Shades of Cyprus #02533F

Tints of Cyprus #02533F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 56.08%

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

R = 1.35%
G = 56.08%
B = 42.57%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#02533F (or 0x02533F) is known color: Cyprus. HEX triplet: 02, 53 and 3F. RGB value is (2,83,63). Sum of RGB (Red+Green+Blue) = 2+83+63=148 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.35% from 148); Green value is 83 (32.81% from 255 or 56.08% from 148); Blue value is 63 (25% from 255 or 42.57% from 148); Max value from RGB is 83 - color contains mainly: green. Hex color #02533F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02533F is #FDACC0. Grayscale: #383838. Windows color (decimal): -16624833 or 4150018. OLE color: 4150018.

HSL color Cylindrical-coordinate representation of color #02533F: hue angle of 165.19º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02533F is Cyan = 0.98, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB 2 83 63 -
CMYK 0.98 0 0.24 0.67
HSL 165.19º 0.95% 0.17% -
HSV(B) 165.19º 0.98% 0.33% -
XYZ 4.02 6.56 5.76 -
YUV 56.5 131.66 89.13 -
System Red Green Blue C M Y K H S L
Decimal 2 83 63 0.98 0 0.24 0.67 165.19 0.95 0.17
Hex 2 53 3F 62 0 18 43 A5 5F 11
Octal 2 123 77 142 0 30 103 245 137 21
Binary 10 1010011 111111 1100010 0 11000 1000011 10100101 1011111 10001

Color Harmonies of #02533F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02533F

Black with #02533F

Text Example


Text Example

White with #02533F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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