Html Css Color HEX #025045 Cyprus

📋 copy color: '#025045'

red 2 ◦ green 80 ◦ blue 69

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

Shades of Cyprus #025045

Tints of Cyprus #025045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 45.7%

R = 1.32%
G = 52.98%
B = 45.7%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.14

 K value IS 0.69

RGB Variations

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

Color information

#025045 (or 0x025045) is known color: Cyprus. HEX triplet: 02, 50 and 45. RGB value is (2,80,69). Sum of RGB (Red+Green+Blue) = 2+80+69=151 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 151); Green value is 80 (31.64% from 255 or 52.98% from 151); Blue value is 69 (27.34% from 255 or 45.70% from 151); Max value from RGB is 80 - color contains mainly: green. Hex color #025045 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025045 is #FDAFBA. Grayscale: #373737. Windows color (decimal): -16625595 or 4542466. OLE color: 4542466.

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

Color convert

RGB 2 80 69 -
CMYK 0.98 0 0.14 0.69
HSL 171.54º 0.95% 0.16% -
HSV(B) 171.54º 0.98% 0.31% -
XYZ 3.97 6.18 6.61 -
YUV 55.42 135.66 89.89 -
System Red Green Blue C M Y K H S L
Decimal 2 80 69 0.98 0 0.14 0.69 171.54 0.95 0.16
Hex 2 50 45 62 0 E 45 AC 5F 10
Octal 2 120 105 142 0 16 105 254 137 20
Binary 10 1010000 1000101 1100010 0 1110 1000101 10101100 1011111 10000

Color Harmonies of #025045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025045

Black with #025045

Text Example


Text Example

White with #025045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025045; }

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

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

background-color css

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

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

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

border-color css

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

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

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