Html Css Color HEX #02743E Jewel

📋 copy color: '#02743E'

red 2 ◦ green 116 ◦ blue 62

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

Shades of Jewel #02743E

Tints of Jewel #02743E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 64.44%

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

R = 1.11%
G = 64.44%
B = 34.44%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.47

 K value IS 0.55

RGB Variations

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

Color information

#02743E (or 0x02743E) is known color: Jewel. HEX triplet: 02, 74 and 3E. RGB value is (2,116,62). Sum of RGB (Red+Green+Blue) = 2+116+62=180 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.11% from 180); Green value is 116 (45.70% from 255 or 64.44% from 180); Blue value is 62 (24.61% from 255 or 34.44% from 180); Max value from RGB is 116 - color contains mainly: green. Hex color #02743E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02743E is #FD8BC1. Grayscale: #4B4B4B. Windows color (decimal): -16616386 or 4092930. OLE color: 4092930.

HSL color Cylindrical-coordinate representation of color #02743E: hue angle of 151.58º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02743E is Cyan = 0.98, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.55.

Color convert

RGB 2 116 62 -
CMYK 0.98 0 0.47 0.55
HSL 151.58º 0.97% 0.23% -
HSV(B) 151.58º 0.98% 0.45% -
XYZ 7.14 12.85 6.66 -
YUV 75.76 120.23 75.39 -
System Red Green Blue C M Y K H S L
Decimal 2 116 62 0.98 0 0.47 0.55 151.58 0.97 0.23
Hex 2 74 3E 62 0 2F 37 98 61 17
Octal 2 164 76 142 0 57 67 230 141 27
Binary 10 1110100 111110 1100010 0 101111 110111 10011000 1100001 10111

Color Harmonies of #02743E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02743E

Black with #02743E

Text Example


Text Example

White with #02743E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02743E; }

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

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

background-color css

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

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

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

border-color css

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

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

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