Html Css Color HEX #025541 Cyprus

📋 copy color: '#025541'

red 2 ◦ green 85 ◦ blue 65

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

Shades of Cyprus #025541

Tints of Cyprus #025541

RGB

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

 GREEN value IS 85 (33.59% from 255) = 55.92%

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

R = 1.32%
G = 55.92%
B = 42.76%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#025541 (or 0x025541) is known color: Cyprus. HEX triplet: 02, 55 and 41. RGB value is (2,85,65). Sum of RGB (Red+Green+Blue) = 2+85+65=152 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 152); Green value is 85 (33.59% from 255 or 55.92% from 152); Blue value is 65 (25.78% from 255 or 42.76% from 152); Max value from RGB is 85 - color contains mainly: green. Hex color #025541 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025541 is #FDAABE. Grayscale: #393939. Windows color (decimal): -16624319 or 4281602. OLE color: 4281602.

HSL color Cylindrical-coordinate representation of color #025541: hue angle of 165.54º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025541 is Cyan = 0.98, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB 2 85 65 -
CMYK 0.98 0 0.24 0.67
HSL 165.54º 0.95% 0.17% -
HSV(B) 165.54º 0.98% 0.33% -
XYZ 4.23 6.89 6.11 -
YUV 57.9 132 88.13 -
System Red Green Blue C M Y K H S L
Decimal 2 85 65 0.98 0 0.24 0.67 165.54 0.95 0.17
Hex 2 55 41 62 0 18 43 A6 5F 11
Octal 2 125 101 142 0 30 103 246 137 21
Binary 10 1010101 1000001 1100010 0 11000 1000011 10100110 1011111 10001

Color Harmonies of #025541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025541

Black with #025541

Text Example


Text Example

White with #025541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025541; }

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

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

background-color css

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

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

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

border-color css

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

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

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