Html Css Color HEX #025341 Cyprus

📋 copy color: '#025341'

red 2 ◦ green 83 ◦ blue 65

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

Shades of Cyprus #025341

Tints of Cyprus #025341

RGB

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

 GREEN value IS 83 (32.81% from 255) = 55.33%

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

R = 1.33%
G = 55.33%
B = 43.33%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#025341 (or 0x025341) is known color: Cyprus. HEX triplet: 02, 53 and 41. RGB value is (2,83,65). Sum of RGB (Red+Green+Blue) = 2+83+65=150 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.33% from 150); Green value is 83 (32.81% from 255 or 55.33% from 150); Blue value is 65 (25.78% from 255 or 43.33% from 150); Max value from RGB is 83 - color contains mainly: green. Hex color #025341 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025341 is #FDACBE. Grayscale: #383838. Windows color (decimal): -16624831 or 4281090. OLE color: 4281090.

HSL color Cylindrical-coordinate representation of color #025341: hue angle of 166.67º 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 #025341 is Cyan = 0.98, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.67.

Color convert

RGB 2 83 65 -
CMYK 0.98 0 0.22 0.67
HSL 166.67º 0.95% 0.17% -
HSV(B) 166.67º 0.98% 0.33% -
XYZ 4.07 6.58 6.06 -
YUV 56.73 132.66 88.96 -
System Red Green Blue C M Y K H S L
Decimal 2 83 65 0.98 0 0.22 0.67 166.67 0.95 0.17
Hex 2 53 41 62 0 16 43 A7 5F 11
Octal 2 123 101 142 0 26 103 247 137 21
Binary 10 1010011 1000001 1100010 0 10110 1000011 10100111 1011111 10001

Color Harmonies of #025341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025341

Black with #025341

Text Example


Text Example

White with #025341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025341; }

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

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

background-color css

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

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

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

border-color css

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

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

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