Html Css Color HEX #02483E Cyprus

📋 copy color: '#02483E'

red 2 ◦ green 72 ◦ blue 62

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

Shades of Cyprus #02483E

Tints of Cyprus #02483E

RGB

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

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

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

R = 1.47%
G = 52.94%
B = 45.59%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.14

 K value IS 0.72

RGB Variations

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

Color information

#02483E (or 0x02483E) is known color: Cyprus. HEX triplet: 02, 48 and 3E. RGB value is (2,72,62). Sum of RGB (Red+Green+Blue) = 2+72+62=136 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.47% from 136); Green value is 72 (28.52% from 255 or 52.94% from 136); Blue value is 62 (24.61% from 255 or 45.59% from 136); Max value from RGB is 72 - color contains mainly: green. Hex color #02483E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02483E is #FDB7C1. Grayscale: #313131. Windows color (decimal): -16627650 or 4081666. OLE color: 4081666.

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

Color convert

RGB 2 72 62 -
CMYK 0.97 0 0.14 0.72
HSL 171.43º 0.95% 0.15% -
HSV(B) 171.43º 0.97% 0.28% -
XYZ 3.21 5 5.35 -
YUV 49.93 134.81 93.81 -
System Red Green Blue C M Y K H S L
Decimal 2 72 62 0.97 0 0.14 0.72 171.43 0.95 0.15
Hex 2 48 3E 61 0 E 48 AB 5F F
Octal 2 110 76 141 0 16 110 253 137 17
Binary 10 1001000 111110 1100001 0 1110 1001000 10101011 1011111 1111

Color Harmonies of #02483E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02483E

Black with #02483E

Text Example


Text Example

White with #02483E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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