Html Css Color HEX #02483D Cyprus

📋 copy color: '#02483D'

red 2 ◦ green 72 ◦ blue 61

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

Shades of Cyprus #02483D

Tints of Cyprus #02483D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 53.33%

 BLUE value IS 61 (24.22% from 255) = 45.19%

R = 1.48%
G = 53.33%
B = 45.19%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.15

 K value IS 0.72

RGB Variations

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

Color information

#02483D (or 0x02483D) is known color: Cyprus. HEX triplet: 02, 48 and 3D. RGB value is (2,72,61). Sum of RGB (Red+Green+Blue) = 2+72+61=135 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.48% from 135); Green value is 72 (28.52% from 255 or 53.33% from 135); Blue value is 61 (24.22% from 255 or 45.19% from 135); Max value from RGB is 72 - color contains mainly: green. Hex color #02483D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02483D is #FDB7C2. Grayscale: #313131. Windows color (decimal): -16627651 or 4016130. OLE color: 4016130.

HSL color Cylindrical-coordinate representation of color #02483D: hue angle of 170.57º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02483D is Cyan = 0.97, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.72.

Color convert

RGB 2 72 61 -
CMYK 0.97 0 0.15 0.72
HSL 170.57º 0.95% 0.15% -
HSV(B) 170.57º 0.97% 0.28% -
XYZ 3.18 4.98 5.21 -
YUV 49.82 134.31 93.89 -
System Red Green Blue C M Y K H S L
Decimal 2 72 61 0.97 0 0.15 0.72 170.57 0.95 0.15
Hex 2 48 3D 61 0 F 48 AB 5F F
Octal 2 110 75 141 0 17 110 253 137 17
Binary 10 1001000 111101 1100001 0 1111 1001000 10101011 1011111 1111

Color Harmonies of #02483D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02483D

Black with #02483D

Text Example


Text Example

White with #02483D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02483D; }

 p { color: rgb(2,72,61); }

 H1.HeaderClassName
 {
   color: #02483D;
 }
 .AnyTagClassName
 {
   color: #02483D;
 }
</style>

background-color css

<style>
 a { background-color: #02483D; }

 a { background-color: rgb(2,72,61); }

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

border-color css

<style>
 span { border-color: #02483D; }

 span { border-color: rgb(2,72,61); }

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