Html Css Color HEX #023835 Cyprus

📋 copy color: '#023835'

red 2 ◦ green 56 ◦ blue 53

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

Shades of Cyprus #023835

Tints of Cyprus #023835

RGB

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

 GREEN value IS 56 (22.27% from 255) = 50.45%

 BLUE value IS 53 (21.09% from 255) = 47.75%

R = 1.8%
G = 50.45%
B = 47.75%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.05

 K value IS 0.78

RGB Variations

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

Color information

#023835 (or 0x023835) is known color: Cyprus. HEX triplet: 02, 38 and 35. RGB value is (2,56,53). Sum of RGB (Red+Green+Blue) = 2+56+53=111 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.80% from 111); Green value is 56 (22.27% from 255 or 50.45% from 111); Blue value is 53 (21.09% from 255 or 47.75% from 111); Max value from RGB is 56 - color contains mainly: green. Hex color #023835 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023835 is #FDC7CA. Grayscale: #272727. Windows color (decimal): -16631755 or 3487746. OLE color: 3487746.

HSL color Cylindrical-coordinate representation of color #023835: hue angle of 176.67º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #023835 is Cyan = 0.96, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.78.

Color convert

RGB 2 56 53 -
CMYK 0.96 0 0.05 0.78
HSL 176.67º 0.93% 0.11% -
HSV(B) 176.67º 0.96% 0.22% -
XYZ 2.08 3.1 3.86 -
YUV 39.51 135.61 101.24 -
System Red Green Blue C M Y K H S L
Decimal 2 56 53 0.96 0 0.05 0.78 176.67 0.93 0.11
Hex 2 38 35 60 0 5 4E B1 5D B
Octal 2 70 65 140 0 5 116 261 135 13
Binary 10 111000 110101 1100000 0 101 1001110 10110001 1011101 1011

Color Harmonies of #023835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023835

Black with #023835

Text Example


Text Example

White with #023835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023835; }

 p { color: rgb(2,56,53); }

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

background-color css

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

 a { background-color: rgb(2,56,53); }

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

border-color css

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

 span { border-color: rgb(2,56,53); }

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