Html Css Color HEX #023B3A Cyprus

📋 copy color: '#023B3A'

red 2 ◦ green 59 ◦ blue 58

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

Shades of Cyprus #023B3A

Tints of Cyprus #023B3A

RGB

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

 GREEN value IS 59 (23.44% from 255) = 49.58%

 BLUE value IS 58 (23.05% from 255) = 48.74%

R = 1.68%
G = 49.58%
B = 48.74%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.02

 K value IS 0.77

RGB Variations

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

Color information

#023B3A (or 0x023B3A) is known color: Cyprus. HEX triplet: 02, 3B and 3A. RGB value is (2,59,58). Sum of RGB (Red+Green+Blue) = 2+59+58=119 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.68% from 119); Green value is 59 (23.44% from 255 or 49.58% from 119); Blue value is 58 (23.05% from 255 or 48.74% from 119); Max value from RGB is 59 - color contains mainly: green. Hex color #023B3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023B3A is #FDC4C5. Grayscale: #292929. Windows color (decimal): -16630982 or 3816194. OLE color: 3816194.

HSL color Cylindrical-coordinate representation of color #023B3A: hue angle of 178.95º 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 #023B3A is Cyan = 0.97, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.77.

Color convert

RGB 2 59 58 -
CMYK 0.97 0 0.02 0.77
HSL 178.95º 0.93% 0.12% -
HSV(B) 178.95º 0.97% 0.23% -
XYZ 2.35 3.45 4.54 -
YUV 41.84 137.12 99.58 -
System Red Green Blue C M Y K H S L
Decimal 2 59 58 0.97 0 0.02 0.77 178.95 0.93 0.12
Hex 2 3B 3A 61 0 2 4D B3 5D C
Octal 2 73 72 141 0 2 115 263 135 14
Binary 10 111011 111010 1100001 0 10 1001101 10110011 1011101 1100

Color Harmonies of #023B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023B3A

Black with #023B3A

Text Example


Text Example

White with #023B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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