Html Css Color HEX #024B3C Cyprus

📋 copy color: '#024B3C'

red 2 ◦ green 75 ◦ blue 60

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

Shades of Cyprus #024B3C

Tints of Cyprus #024B3C

RGB

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

 GREEN value IS 75 (29.69% from 255) = 54.74%

 BLUE value IS 60 (23.83% from 255) = 43.8%

R = 1.46%
G = 54.74%
B = 43.8%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.20

 K value IS 0.71

RGB Variations

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

Color information

#024B3C (or 0x024B3C) is known color: Cyprus. HEX triplet: 02, 4B and 3C. RGB value is (2,75,60). Sum of RGB (Red+Green+Blue) = 2+75+60=137 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.46% from 137); Green value is 75 (29.69% from 255 or 54.74% from 137); Blue value is 60 (23.83% from 255 or 43.80% from 137); Max value from RGB is 75 - color contains mainly: green. Hex color #024B3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024B3C is #FDB4C3. Grayscale: #333333. Windows color (decimal): -16626884 or 3951362. OLE color: 3951362.

HSL color Cylindrical-coordinate representation of color #024B3C: hue angle of 167.67º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024B3C is Cyan = 0.97, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.71.

Color convert

RGB 2 75 60 -
CMYK 0.97 0 0.20 0.71
HSL 167.67º 0.95% 0.15% -
HSV(B) 167.67º 0.97% 0.29% -
XYZ 3.36 5.37 5.13 -
YUV 51.46 132.82 92.72 -
System Red Green Blue C M Y K H S L
Decimal 2 75 60 0.97 0 0.20 0.71 167.67 0.95 0.15
Hex 2 4B 3C 61 0 14 47 A8 5F F
Octal 2 113 74 141 0 24 107 250 137 17
Binary 10 1001011 111100 1100001 0 10100 1000111 10101000 1011111 1111

Color Harmonies of #024B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024B3C

Black with #024B3C

Text Example


Text Example

White with #024B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024B3C; }

 p { color: rgb(2,75,60); }

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

background-color css

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

 a { background-color: rgb(2,75,60); }

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

border-color css

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

 span { border-color: rgb(2,75,60); }

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