Html Css Color HEX #024B3E Cyprus

📋 copy color: '#024B3E'

red 2 ◦ green 75 ◦ blue 62

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

Shades of Cyprus #024B3E

Tints of Cyprus #024B3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 44.6%

R = 1.44%
G = 53.96%
B = 44.6%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.17

 K value IS 0.71

RGB Variations

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

Color information

#024B3E (or 0x024B3E) is known color: Cyprus. HEX triplet: 02, 4B and 3E. RGB value is (2,75,62). Sum of RGB (Red+Green+Blue) = 2+75+62=139 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.44% from 139); Green value is 75 (29.69% from 255 or 53.96% from 139); Blue value is 62 (24.61% from 255 or 44.60% from 139); Max value from RGB is 75 - color contains mainly: green. Hex color #024B3E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024B3E is #FDB4C1. Grayscale: #333333. Windows color (decimal): -16626882 or 4082434. OLE color: 4082434.

HSL color Cylindrical-coordinate representation of color #024B3E: hue angle of 169.32º 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 #024B3E is Cyan = 0.97, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.71.

Color convert

RGB 2 75 62 -
CMYK 0.97 0 0.17 0.71
HSL 169.32º 0.95% 0.15% -
HSV(B) 169.32º 0.97% 0.29% -
XYZ 3.41 5.39 5.42 -
YUV 51.69 133.82 92.56 -
System Red Green Blue C M Y K H S L
Decimal 2 75 62 0.97 0 0.17 0.71 169.32 0.95 0.15
Hex 2 4B 3E 61 0 11 47 A9 5F F
Octal 2 113 76 141 0 21 107 251 137 17
Binary 10 1001011 111110 1100001 0 10001 1000111 10101001 1011111 1111

Color Harmonies of #024B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024B3E

Black with #024B3E

Text Example


Text Example

White with #024B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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