Html Css Color HEX #024239 Cyprus

📋 copy color: '#024239'

red 2 ◦ green 66 ◦ blue 57

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

Shades of Cyprus #024239

Tints of Cyprus #024239

RGB

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

 GREEN value IS 66 (26.17% from 255) = 52.8%

 BLUE value IS 57 (22.66% from 255) = 45.6%

R = 1.6%
G = 52.8%
B = 45.6%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.14

 K value IS 0.74

RGB Variations

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

Color information

#024239 (or 0x024239) is known color: Cyprus. HEX triplet: 02, 42 and 39. RGB value is (2,66,57). Sum of RGB (Red+Green+Blue) = 2+66+57=125 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.6% from 125); Green value is 66 (26.17% from 255 or 52.8% from 125); Blue value is 57 (22.66% from 255 or 45.6% from 125); Max value from RGB is 66 - color contains mainly: green. Hex color #024239 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024239 is #FDBDC6. Grayscale: #2D2D2D. Windows color (decimal): -16629191 or 3752450. OLE color: 3752450.

HSL color Cylindrical-coordinate representation of color #024239: hue angle of 171.56º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024239 is Cyan = 0.97, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.74.

Color convert

RGB 2 66 57 -
CMYK 0.97 0 0.14 0.74
HSL 171.56º 0.94% 0.13% -
HSV(B) 171.56º 0.97% 0.26% -
XYZ 2.71 4.2 4.54 -
YUV 45.84 134.3 96.73 -
System Red Green Blue C M Y K H S L
Decimal 2 66 57 0.97 0 0.14 0.74 171.56 0.94 0.13
Hex 2 42 39 61 0 E 4A AC 5E D
Octal 2 102 71 141 0 16 112 254 136 15
Binary 10 1000010 111001 1100001 0 1110 1001010 10101100 1011110 1101

Color Harmonies of #024239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024239

Black with #024239

Text Example


Text Example

White with #024239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024239; }

 p { color: rgb(2,66,57); }

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

background-color css

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

 a { background-color: rgb(2,66,57); }

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

border-color css

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

 span { border-color: rgb(2,66,57); }

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