Html Css Color HEX #025041 Cyprus

📋 copy color: '#025041'

red 2 ◦ green 80 ◦ blue 65

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

Shades of Cyprus #025041

Tints of Cyprus #025041

RGB

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

 GREEN value IS 80 (31.64% from 255) = 54.42%

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

R = 1.36%
G = 54.42%
B = 44.22%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.19

 K value IS 0.69

RGB Variations

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

Color information

#025041 (or 0x025041) is known color: Cyprus. HEX triplet: 02, 50 and 41. RGB value is (2,80,65). Sum of RGB (Red+Green+Blue) = 2+80+65=147 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.36% from 147); Green value is 80 (31.64% from 255 or 54.42% from 147); Blue value is 65 (25.78% from 255 or 44.22% from 147); Max value from RGB is 80 - color contains mainly: green. Hex color #025041 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025041 is #FDAFBE. Grayscale: #363636. Windows color (decimal): -16625599 or 4280322. OLE color: 4280322.

HSL color Cylindrical-coordinate representation of color #025041: hue angle of 168.46º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025041 is Cyan = 0.98, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.69.

Color convert

RGB 2 80 65 -
CMYK 0.98 0 0.19 0.69
HSL 168.46º 0.95% 0.16% -
HSV(B) 168.46º 0.98% 0.31% -
XYZ 3.85 6.13 5.98 -
YUV 54.97 133.66 90.22 -
System Red Green Blue C M Y K H S L
Decimal 2 80 65 0.98 0 0.19 0.69 168.46 0.95 0.16
Hex 2 50 41 62 0 13 45 A8 5F 10
Octal 2 120 101 142 0 23 105 250 137 20
Binary 10 1010000 1000001 1100010 0 10011 1000101 10101000 1011111 10000

Color Harmonies of #025041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025041

Black with #025041

Text Example


Text Example

White with #025041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025041; }

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

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

background-color css

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

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

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

border-color css

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

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

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