Html Css Color HEX #023A33 Cyprus

📋 copy color: '#023A33'

red 2 ◦ green 58 ◦ blue 51

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

Shades of Cyprus #023A33

Tints of Cyprus #023A33

RGB

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

 GREEN value IS 58 (23.05% from 255) = 52.25%

 BLUE value IS 51 (20.31% from 255) = 45.95%

R = 1.8%
G = 52.25%
B = 45.95%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.12

 K value IS 0.77

RGB Variations

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

Color information

#023A33 (or 0x023A33) is known color: Cyprus. HEX triplet: 02, 3A and 33. RGB value is (2,58,51). Sum of RGB (Red+Green+Blue) = 2+58+51=111 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.80% from 111); Green value is 58 (23.05% from 255 or 52.25% from 111); Blue value is 51 (20.31% from 255 or 45.95% from 111); Max value from RGB is 58 - color contains mainly: green. Hex color #023A33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023A33 is #FDC5CC. Grayscale: #282828. Windows color (decimal): -16631245 or 3357186. OLE color: 3357186.

HSL color Cylindrical-coordinate representation of color #023A33: hue angle of 172.5º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #023A33 is Cyan = 0.97, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.77.

Color convert

RGB 2 58 51 -
CMYK 0.97 0 0.12 0.77
HSL 172.5º 0.93% 0.12% -
HSV(B) 172.5º 0.97% 0.23% -
XYZ 2.14 3.28 3.65 -
YUV 40.46 133.95 100.57 -
System Red Green Blue C M Y K H S L
Decimal 2 58 51 0.97 0 0.12 0.77 172.5 0.93 0.12
Hex 2 3A 33 61 0 C 4D AC 5D C
Octal 2 72 63 141 0 14 115 254 135 14
Binary 10 111010 110011 1100001 0 1100 1001101 10101100 1011101 1100

Color Harmonies of #023A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023A33

Black with #023A33

Text Example


Text Example

White with #023A33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023A33; }

 p { color: rgb(2,58,51); }

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

background-color css

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

 a { background-color: rgb(2,58,51); }

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

border-color css

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

 span { border-color: rgb(2,58,51); }

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