Html Css Color HEX #02413D Cyprus

📋 copy color: '#02413D'

red 2 ◦ green 65 ◦ blue 61

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

Shades of Cyprus #02413D

Tints of Cyprus #02413D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 50.78%

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

R = 1.56%
G = 50.78%
B = 47.66%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.06

 K value IS 0.75

RGB Variations

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

Color information

#02413D (or 0x02413D) is known color: Cyprus. HEX triplet: 02, 41 and 3D. RGB value is (2,65,61). Sum of RGB (Red+Green+Blue) = 2+65+61=128 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.56% from 128); Green value is 65 (25.78% from 255 or 50.78% from 128); Blue value is 61 (24.22% from 255 or 47.66% from 128); Max value from RGB is 65 - color contains mainly: green. Hex color #02413D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02413D is #FDBEC2. Grayscale: #2D2D2D. Windows color (decimal): -16629443 or 4014338. OLE color: 4014338.

HSL color Cylindrical-coordinate representation of color #02413D: hue angle of 176.19º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02413D is Cyan = 0.97, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.75.

Color convert

RGB 2 65 61 -
CMYK 0.97 0 0.06 0.75
HSL 176.19º 0.94% 0.13% -
HSV(B) 176.19º 0.97% 0.25% -
XYZ 2.76 4.13 5.07 -
YUV 45.71 136.63 96.83 -
System Red Green Blue C M Y K H S L
Decimal 2 65 61 0.97 0 0.06 0.75 176.19 0.94 0.13
Hex 2 41 3D 61 0 6 4B B0 5E D
Octal 2 101 75 141 0 6 113 260 136 15
Binary 10 1000001 111101 1100001 0 110 1001011 10110000 1011110 1101

Color Harmonies of #02413D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02413D

Black with #02413D

Text Example


Text Example

White with #02413D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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