Html Css Color HEX #02483B Cyprus

📋 copy color: '#02483B'

red 2 ◦ green 72 ◦ blue 59

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

Shades of Cyprus #02483B

Tints of Cyprus #02483B

RGB

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

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

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

R = 1.5%
G = 54.14%
B = 44.36%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.18

 K value IS 0.72

RGB Variations

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

Color information

#02483B (or 0x02483B) is known color: Cyprus. HEX triplet: 02, 48 and 3B. RGB value is (2,72,59). Sum of RGB (Red+Green+Blue) = 2+72+59=133 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.50% from 133); Green value is 72 (28.52% from 255 or 54.14% from 133); Blue value is 59 (23.44% from 255 or 44.36% from 133); Max value from RGB is 72 - color contains mainly: green. Hex color #02483B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02483B is #FDB7C4. Grayscale: #313131. Windows color (decimal): -16627653 or 3885058. OLE color: 3885058.

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

Color convert

RGB 2 72 59 -
CMYK 0.97 0 0.18 0.72
HSL 168.86º 0.95% 0.15% -
HSV(B) 168.86º 0.97% 0.28% -
XYZ 3.13 4.96 4.93 -
YUV 49.59 133.31 94.06 -
System Red Green Blue C M Y K H S L
Decimal 2 72 59 0.97 0 0.18 0.72 168.86 0.95 0.15
Hex 2 48 3B 61 0 12 48 A9 5F F
Octal 2 110 73 141 0 22 110 251 137 17
Binary 10 1001000 111011 1100001 0 10010 1001000 10101001 1011111 1111

Color Harmonies of #02483B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02483B

Black with #02483B

Text Example


Text Example

White with #02483B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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