Html Css Color HEX #023D41 Cyprus

📋 copy color: '#023D41'

red 2 ◦ green 61 ◦ blue 65

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

Shades of Cyprus #023D41

Tints of Cyprus #023D41

RGB

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

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

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

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

CMYK

 C value IS 0.97

 M value IS 0.06

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #023D41: hue angle of 183.81º 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 #023D41 is Cyan = 0.97, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 2 61 65 -
CMYK 0.97 0.06 0 0.75
HSL 183.81º 0.94% 0.13% -
HSV(B) 183.81º 0.97% 0.25% -
XYZ 2.65 3.73 5.58 -
YUV 43.82 139.95 98.17 -
System Red Green Blue C M Y K H S L
Decimal 2 61 65 0.97 0.06 0 0.75 183.81 0.94 0.13
Hex 2 3D 41 61 6 0 4B B8 5E D
Octal 2 75 101 141 6 0 113 270 136 15
Binary 10 111101 1000001 1100001 110 0 1001011 10111000 1011110 1101

Color Harmonies of #023D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023D41

Black with #023D41

Text Example


Text Example

White with #023D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023D41; }

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

 H1.HeaderClassName
 {
   color: #023D41;
 }
 .AnyTagClassName
 {
   color: #023D41;
 }
</style>

background-color css

<style>
 a { background-color: #023D41; }

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

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

border-color css

<style>
 span { border-color: #023D41; }

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

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